summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbook.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-11 14:21:43 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-11 14:21:43 +0200
commite05430b93cc823a68c17274ce177b3dee5c031a3 (patch)
tree8e218ce13e19867612988fdd0ae58fc2c8ecd50a /src/components/Settings/SettingsAddressbook.vue
parentc57de33393faf2073d2a614b6da9fb088927859f (diff)
Migrate components to nextcloud repo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index 80cb533a..dabe0bc2 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -43,23 +43,24 @@
<script>
import Vue from 'vue'
-import popoverMenu from '../core/popoverMenu'
-import shareAddressBook from './SettingsAddressbookShare'
-import renameAddressBookField from './SettingsRenameAddressbookField'
-import clickOutside from 'vue-click-outside'
+import { PopoverMenu } from 'nextcloud-vue'
+import ClickOutside from 'vue-click-outside'
import VueClipboard from 'vue-clipboard2'
+import ShareAddressBook from './SettingsAddressbookShare'
+import RenameAddressBookField from './SettingsRenameAddressbookField'
+
Vue.use(VueClipboard)
export default {
name: 'SettingsAddressbook',
components: {
- popoverMenu,
- shareAddressBook,
- renameAddressBookField
+ PopoverMenu,
+ ShareAddressBook,
+ RenameAddressBookField
},
directives: {
- clickOutside
+ ClickOutside
},
props: {
addressbook: {