summaryrefslogtreecommitdiffstats
path: root/src/mixins
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/mixins
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/mixins')
-rw-r--r--src/mixins/follow.js2
-rw-r--r--src/mixins/popoverMenu.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mixins/follow.js b/src/mixins/follow.js
index 43e5e541..608011fe 100644
--- a/src/mixins/follow.js
+++ b/src/mixins/follow.js
@@ -20,7 +20,7 @@
*
*/
-import axios from 'nextcloud-axios'
+import axios from '@nextcloud/axios'
class FollowException {
diff --git a/src/mixins/popoverMenu.js b/src/mixins/popoverMenu.js
index 3330cb91..b79df7b5 100644
--- a/src/mixins/popoverMenu.js
+++ b/src/mixins/popoverMenu.js
@@ -20,7 +20,7 @@
*
*/
-import PopoverMenu from 'nextcloud-vue/dist/Components/PopoverMenu'
+import PopoverMenu from '@nextcloud/vue/dist/Components/PopoverMenu'
export default {
components: {