nextcloud-libraries/nextcloud-vue

NcAppSettingsDialog :show-navigation="false" does not hide the navigation

Closed this issue · 0 comments

The showNavigation prop has no effect (

showNavigation: {
type: Boolean,
default: false,
},
)

possibly because of isCollapsed var used here:

<template #navigation="{ isCollapsed }">
<ul v-if="!isCollapsed"