chore: update element-plus@2.2.14 and perf menu

This commit is contained in:
xiaoxian521
2022-08-19 21:41:49 +08:00
parent 0e76bd4aac
commit 102f27fe30
5 changed files with 12 additions and 39 deletions

View File

@@ -54,7 +54,7 @@ export interface ResponsiveStorage {
export interface RouteChildrenConfigsTable {
/** 子路由地址 `必填` */
path: string;
/** 路由名字(对应不要重复,当前组件的`name`保持一致)`必填` */
/** 路由名字(对应不要重复,当前组件的`name`保持一致)`必填` */
name?: string;
/** 路由重定向 `可选` */
redirect?: string;