From 16702a3762375316eadec587b1491f945303f1b8 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 22 Oct 2024 19:31:35 +0200 Subject: [PATCH] fix(NcAppNavigationItem): use $scopedSlots instead of $slots Signed-off-by: Richard Steinmetz --- .../NcAppNavigationItem.vue | 34 ++++++++----------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue index e6169da168..731fa96fe3 100644 --- a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue +++ b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue @@ -256,7 +256,7 @@ Just set the `pinned` prop. :class="{ 'app-navigation-entry--opened': opened, 'app-navigation-entry--pinned': pinned, - 'app-navigation-entry--collapsible': collapsible, + 'app-navigation-entry--collapsible': isCollapsible(), }" class="app-navigation-entry-wrapper"> -
- - +
-