mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
perf(projects): perf code
This commit is contained in:
4
src/typings/router.d.ts
vendored
4
src/typings/router.d.ts
vendored
@@ -59,7 +59,7 @@ declare module 'vue-router' {
|
||||
multiTab?: boolean;
|
||||
/** If set, the route will be fixed in tabs, and the value is the order of fixed tabs */
|
||||
fixedIndexInTab?: number;
|
||||
/** Fixed query parameters that are automatically carried when entering the route */
|
||||
fixedQuery?: Record<string, string>;
|
||||
/** if set query parameters, it will be automatically carried when entering the route */
|
||||
query?: Record<string, string>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user