update aside
This commit is contained in:
@ -2,6 +2,7 @@ interface MenuItemModel {
|
||||
name: string;
|
||||
href: string;
|
||||
icon: any;
|
||||
expanded: boolean;
|
||||
children: MenuItemModel[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user