mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-19 02:05:53 +00:00
style ESline规则更新
This commit is contained in:
44
types/vue-router.d.ts
vendored
44
types/vue-router.d.ts
vendored
@@ -1,45 +1,45 @@
|
||||
export {};
|
||||
export {}
|
||||
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta extends Record<string | number | symbol, unknown> {
|
||||
orderNo?: number;
|
||||
orderNo?: number
|
||||
// title
|
||||
title: string;
|
||||
title: string
|
||||
// dynamic router level.
|
||||
dynamicLevel?: number;
|
||||
dynamicLevel?: number
|
||||
// dynamic router real route path (For performance).
|
||||
realPath?: string;
|
||||
realPath?: string
|
||||
// Whether to ignore permissions
|
||||
ignoreAuth?: boolean;
|
||||
ignoreAuth?: boolean
|
||||
// role info
|
||||
roles?: RoleEnum[];
|
||||
roles?: RoleEnum[]
|
||||
// Whether not to cache
|
||||
ignoreKeepAlive?: boolean;
|
||||
ignoreKeepAlive?: boolean
|
||||
// Is it fixed on tab
|
||||
affix?: boolean;
|
||||
affix?: boolean
|
||||
// icon on tab
|
||||
icon?: string;
|
||||
frameSrc?: string;
|
||||
icon?: string
|
||||
frameSrc?: string
|
||||
// current page transition
|
||||
transitionName?: string;
|
||||
transitionName?: string
|
||||
// Whether the route has been dynamically added
|
||||
hideBreadcrumb?: boolean;
|
||||
hideBreadcrumb?: boolean
|
||||
// Hide submenu
|
||||
hideChildrenInMenu?: boolean;
|
||||
hideChildrenInMenu?: boolean
|
||||
// Carrying parameters
|
||||
carryParam?: boolean;
|
||||
carryParam?: boolean
|
||||
// Used internally to mark single-level menus
|
||||
single?: boolean;
|
||||
single?: boolean
|
||||
// Currently active menu
|
||||
currentActiveMenu?: string;
|
||||
currentActiveMenu?: string
|
||||
// Never show in tab
|
||||
hideTab?: boolean;
|
||||
hideTab?: boolean
|
||||
// Never show in menu
|
||||
hideMenu?: boolean;
|
||||
isLink?: boolean;
|
||||
hideMenu?: boolean
|
||||
isLink?: boolean
|
||||
// only build for Menu
|
||||
ignoreRoute?: boolean;
|
||||
ignoreRoute?: boolean
|
||||
// Hide path for children
|
||||
hidePathForChildren?: boolean;
|
||||
hidePathForChildren?: boolean
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user