summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-11-05 16:41:02 +0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-19 13:47:03 -0100
commite4194be71bbfc6e1f99f87ed50bf652f318be0b1 (patch)
tree9dff792d96180ad7ed5312555070465c6042b05b /src/main.js
parentfd224527545bcbd01fc219c3f7acf1a39e379c17 (diff)
👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud namespace versions && update the AppNavigation to the work with the new component
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 3787992f..273e84cd 100644
--- a/src/main.js
+++ b/src/main.js
@@ -29,7 +29,7 @@ import router from './router'
import vuetwemoji from 'vue-twemoji'
import contenteditableDirective from 'vue-contenteditable-directive'
import ClickOutside from 'vue-click-outside'
-import VTooltip from 'nextcloud-vue/dist/Directives/Tooltip'
+import VTooltip from '@nextcloud/vue/dist/Directives/Tooltip'
import VueMasonry from 'vue-masonry-css'
sync(store, router)