mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
feat(route): add hidePathForChildren
in meta
添加`hidePathForChildren`选项用于在子菜单中隐藏本级path
This commit is contained in:
3
types/vue-router.d.ts
vendored
3
types/vue-router.d.ts
vendored
@@ -33,6 +33,9 @@ declare module 'vue-router' {
|
||||
// Never show in menu
|
||||
hideMenu?: boolean;
|
||||
isLink?: boolean;
|
||||
// only build for Menu
|
||||
ignoreRoute?: boolean;
|
||||
// Hide path for children
|
||||
hidePathForChildren?: boolean;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user