summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails/ContactDetailsAvatar.vue
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-12-27 20:18:33 +0100
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-12-27 20:18:33 +0100
commitce3c89886bf827d06495a0604e0f5722df12df5b (patch)
tree4ef6fea06e7fc68a975e0bc65c88262c7f73c577 /src/components/ContactDetails/ContactDetailsAvatar.vue
parent11ab5880cc9ae7d47010fe1cebc212dc8d9bce14 (diff)
Move to @nextcloud/vue
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src/components/ContactDetails/ContactDetailsAvatar.vue')
-rw-r--r--src/components/ContactDetails/ContactDetailsAvatar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails/ContactDetailsAvatar.vue b/src/components/ContactDetails/ContactDetailsAvatar.vue
index 8aa0e125..703a3d4f 100644
--- a/src/components/ContactDetails/ContactDetailsAvatar.vue
+++ b/src/components/ContactDetails/ContactDetailsAvatar.vue
@@ -86,7 +86,7 @@
<script>
import debounce from 'debounce'
-import { ActionLink, ActionButton } from 'nextcloud-vue'
+import { ActionLink, ActionButton } from '@nextcloud/vue'
import { getFilePickerBuilder } from 'nextcloud-dialogs'
import { generateRemoteUrl } from 'nextcloud-router'