From f3f9690f8103f59f5ea56055d361a63c0f5d7e66 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Thu, 17 Dec 2020 13:53:35 +0100 Subject: fixed compatibility with nextcloud-vue 3.3.2 Signed-off-by: Jonathan Treffler --- src/components/Sidebar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 22185e5a2..d029823db 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -10,9 +10,8 @@ 5 - @@ -22,6 +21,7 @@ import AppNavigation from '@nextcloud/vue/dist/Components/AppNavigation' import AppNavigationNew from '@nextcloud/vue/dist/Components/AppNavigationNew' import AppNavigationItem from '@nextcloud/vue/dist/Components/AppNavigationItem' +import AppNavigationNewItem from '@nextcloud/vue/dist/Components/AppNavigationNewItem' import AppNavigationCounter from '@nextcloud/vue/dist/Components/AppNavigationCounter' export default { @@ -29,6 +29,7 @@ export default { AppNavigation, AppNavigationNew, AppNavigationItem, + AppNavigationNewItem, AppNavigationCounter, }, methods: { -- cgit v1.2.3