chore(projects): update deps & fix vue-router type

This commit is contained in:
Soybean
2024-08-01 00:06:00 +08:00
parent cb1d44525d
commit 968370b1aa
5 changed files with 421 additions and 2143 deletions

View File

@ -37,7 +37,7 @@ declare module "@elegant-router/types" {
/**
* custom route key
*/
*/
export type CustomRouteKey = Extract<
RouteKey,
| "root"
@ -46,7 +46,7 @@ declare module "@elegant-router/types" {
/**
* the generated route key
*/
*/
export type GeneratedRouteKey = Exclude<RouteKey, CustomRouteKey>;
/**