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 fc69c11 commit c3f7a3bCopy full SHA for c3f7a3b
src/router/types.ts
@@ -1,9 +1,9 @@
1
-import type { RouteLocationNormalized } from 'vue-router'
2
-
3
-export interface EnhancedRouteLocation extends RouteLocationNormalized {
4
- meta: {
5
- level?: number | unknown
6
- name?: string
7
- keepAlive?: boolean
8
- }
9
-}
+import type { RouteLocationNormalized } from 'vue-router'
+
+export type EnhancedRouteLocation = RouteLocationNormalized & {
+ meta: {
+ level?: number | unknown
+ name?: string
+ keepAlive?: boolean
+ }
+}
0 commit comments