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