summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbook.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/Settings/SettingsAddressbook.vue
parent11ab5880cc9ae7d47010fe1cebc212dc8d9bce14 (diff)
Move to @nextcloud/vue
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src/components/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index 61fd301c..11969b31 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -93,7 +93,7 @@
</template>
<script>
-import { ActionLink, ActionButton, ActionInput, ActionCheckbox } from 'nextcloud-vue'
+import { ActionLink, ActionButton, ActionInput, ActionCheckbox } from '@nextcloud/vue'
import ShareAddressBook from './SettingsAddressbookShare'
export default {