Fixed display bug
This commit is contained in:
parent
f37b02fef9
commit
12ccb42bf7
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ interface NavItem {
|
|||
interface SidebarLayoutProps extends /* @vue-ignore */ SidebarProps {
|
||||
navItems?: NavItem[];
|
||||
user?: User | null | undefined;
|
||||
collapsible?: "offcanvas" | "icon" | "none" | undefined;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<SidebarLayoutProps>(), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue