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 f6ac0ea commit 55a1127Copy full SHA for 55a1127
src/type-extensions/navigationGuards.ts
@@ -3,17 +3,13 @@
3
import type { NavigationGuardNext, NavigationFailure } from 'vue-router'
4
import type { _RouteMapGeneric } from '../codegen/generateRouteMap'
5
import type {
6
- _RouteRecordName,
7
- _RouteLocationNormalized,
8
- _RouteLocationRaw,
9
_RouteLocationNormalizedLoaded,
10
RouteLocationNormalizedTypedList,
11
RouteLocationNormalizedLoadedTypedList,
12
RouteLocationAsString,
13
RouteLocationAsRelativeTypedList,
14
RouteLocationAsPathTypedList,
15
} from './routeLocation'
16
-import type { _Router } from './router'
17
import type { RouteNamedMap, TypesConfig } from './types-config'
18
import { type _Awaitable } from '../utils'
19
0 commit comments