diff --git a/src/components/layouts/SKAdminLayout.vue b/src/components/layouts/SKAdminLayout.vue index 266530a..cf39492 100644 --- a/src/components/layouts/SKAdminLayout.vue +++ b/src/components/layouts/SKAdminLayout.vue @@ -120,7 +120,7 @@ :logout-label="logoutLabel" :search-config="searchConfig" :search-value="searchValue" - :show-breadcrumb-bar="showBreadcrumbBar" + :breadcrumb-bar-visible="breadcrumbBarVisible" :show-favorites-bar="showFavoritesBar" :theme-toggle-label="themeToggleLabel" :toolbar-actions="toolbarActions" @@ -131,7 +131,7 @@ @toggle-drawer="drawer = !drawer" @toggle-theme="toggleTheme" @update:search-value="searchValue = $event" - @update:show-breadcrumb-bar="showBreadcrumbBar = $event" + @update:breadcrumb-bar-visible="breadcrumbBarVisible = $event" @update:show-favorites-bar="showFavoritesBar = $event" >