路由解析数据

interface IRouteData {
    component?: string;
    importPath?: string;
    path: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

component?: string

组件名

importPath?: string

导入路径

path: string

路由