Merge pull request #89 from cshaptx4869/patch-51

refactor: ♻️ routeMeta增加alwaysShow字段声明
This commit is contained in:
Ray Hao
2024-05-11 14:29:32 +08:00
committed by GitHub

View File

@@ -10,6 +10,8 @@ declare module "vue-router" {
icon?: string;
/** 菜单是否隐藏 */
hidden?: boolean;
/** 只有一个子路由是否始终显示 */
alwaysShow?: boolean;
/** 是否固定页签 */
affix?: boolean;
/** 是否缓存页面 */