diff --git a/package-lock.json b/package-lock.json index 0d67d055e..99635bb09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6946,9 +6946,9 @@ } }, "nextcloud-vue": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.4.tgz", - "integrity": "sha512-sXqHs02kWHfoY5H1Hm7fZUWqFSvTSIebWp+Wvc8U0RImDsabcKfybqZ3/JUne/Sv2WzQrM99sPyoGpF80Z7ujQ==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.5.tgz", + "integrity": "sha512-JWioquKIHnmt2O+8eS+7zd5Pg7DuouKKQlVBoLlm7bOPFTZuhn53B3lYiOnL8N/91ba8RnffHmDixz33m7/s8w==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", diff --git a/package.json b/package.json index 312caf665..068dae360 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ical.js": "^1.3.0", "moment": "^2.24.0", "nextcloud-server": "^0.15.9", - "nextcloud-vue": "^0.9.4", + "nextcloud-vue": "^0.9.5", "p-limit": "^2.2.0", "p-queue": "^4.0.0", "qr-image": "^3.2.0", diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue index 38329219a..1fca20382 100644 --- a/src/components/ContactDetails.vue +++ b/src/components/ContactDetails.vue @@ -254,7 +254,8 @@ export default { { icon: 'icon-download', text: t('contacts', 'Download'), - href: this.contact.url + href: this.contact.url, + download: `${this.contact.displayName}.vcf` }, { icon: 'icon-qrcode',