summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-01-30 13:33:25 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-01-30 13:33:25 +0100
commit1640996d0680250776f572da0605b312da8f12aa (patch)
tree2871ff4749e2242c351ea3f4d84c88da2150f976 /src/main.js
parentb25ed37cae3595eb243af3bb037c5ab2ca122fb8 (diff)
Update main components
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index e0264e5f..8b5eed7a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -27,7 +27,7 @@ import { sync } from 'vuex-router-sync'
import { generateFilePath } from 'nextcloud-server/dist/router'
/** GLOBAL COMPONENTS AND DIRECTIVE */
-import { Action, AppNavigation, DatetimePicker, Multiselect, PopoverMenu } from 'nextcloud-vue'
+import { Action, DatetimePicker, Multiselect, PopoverMenu } from 'nextcloud-vue'
import ClickOutside from 'vue-click-outside'
import { VTooltip } from 'v-tooltip'
import VueClipboard from 'vue-clipboard2'
@@ -44,7 +44,6 @@ __webpack_nonce__ = btoa(OC.requestToken)
__webpack_public_path__ = generateFilePath('contacts', '', 'js/')
Vue.component('Action', Action)
-Vue.component('AppNavigation', AppNavigation)
Vue.component('DatetimePicker', DatetimePicker)
Vue.component('Multiselect', Multiselect)
Vue.component('PopoverMenu', PopoverMenu)