perf(projects): perf code

This commit is contained in:
Soybean
2024-03-10 14:36:05 +08:00
parent c05e7ff360
commit dc24a36739
3 changed files with 10 additions and 13 deletions

View File

@ -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>;
}
}