update
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
interface MenuItemModel {
|
||||
name: string;
|
||||
path: string;
|
||||
icon: any;
|
||||
expanded: boolean;
|
||||
children: MenuItemModel[];
|
||||
}
|
||||
|
||||
export type { MenuItemModel }
|
@ -1,5 +1,5 @@
|
||||
|
||||
import type { MenuItemModel } from './interfaces'
|
||||
import type { MenuItemModel } from '../types/menu'
|
||||
import type { RouteRecordRaw } from 'vue-router'
|
||||
import {
|
||||
Gauge,
|
||||
|
Reference in New Issue
Block a user