We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d75ca9 commit e6fed1fCopy full SHA for e6fed1f
src/typings/app.d.ts
@@ -170,8 +170,8 @@ declare namespace App {
170
};
171
172
/** Tab route */
173
- type TabRoute = Pick<RouteLocationNormalizedLoaded, 'name' | 'path' | 'meta' | 'matched'> &
174
- Partial<Pick<RouteLocationNormalizedLoaded, 'fullPath' | 'query'>>;
+ type TabRoute = Pick<RouteLocationNormalizedLoaded, 'name' | 'path' | 'meta'> &
+ Partial<Pick<RouteLocationNormalizedLoaded, 'fullPath' | 'query' | 'matched'>>;
175
176
/** The global tab */
177
type Tab = {
0 commit comments