feat(projects): Add type to TabRoute: matched
This commit is contained in:
parent
a9c98d9655
commit
2d102a054a
2
src/typings/app.d.ts
vendored
2
src/typings/app.d.ts
vendored
@ -170,7 +170,7 @@ declare namespace App {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** Tab route */
|
/** Tab route */
|
||||||
type TabRoute = Pick<RouteLocationNormalizedLoaded, 'name' | 'path' | 'meta'> &
|
type TabRoute = Pick<RouteLocationNormalizedLoaded, 'name' | 'path' | 'meta' | 'matched'> &
|
||||||
Partial<Pick<RouteLocationNormalizedLoaded, 'fullPath' | 'query'>>;
|
Partial<Pick<RouteLocationNormalizedLoaded, 'fullPath' | 'query'>>;
|
||||||
|
|
||||||
/** The global tab */
|
/** The global tab */
|
||||||
|
Loading…
Reference in New Issue
Block a user