Fixed display bug

This commit is contained in:
Liviu Burcusel 2026-01-17 10:51:21 +01:00
parent f37b02fef9
commit 12ccb42bf7
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -89,6 +89,7 @@ interface NavItem {
interface SidebarLayoutProps extends /* @vue-ignore */ SidebarProps { interface SidebarLayoutProps extends /* @vue-ignore */ SidebarProps {
navItems?: NavItem[]; navItems?: NavItem[];
user?: User | null | undefined; user?: User | null | undefined;
collapsible?: "offcanvas" | "icon" | "none" | undefined;
} }
const props = withDefaults(defineProps<SidebarLayoutProps>(), { const props = withDefaults(defineProps<SidebarLayoutProps>(), {