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 0999f41 commit fb1b375Copy full SHA for fb1b375
__tests__/mount.ts
@@ -4,7 +4,7 @@ import {
4
routeLocationKey,
5
routerViewLocationKey,
6
} from '../src/injectionSymbols'
7
-import { RouteLocationNormalized } from 'src'
+import { RouteLocationNormalized } from '../src'
8
9
export function createMockedRoute(
10
initialValue: RouteLocationNormalizedLoose | RouteLocationNormalized
playground/router.ts
@@ -176,6 +176,8 @@ export const router = createRouter({
176
},
177
})
178
179
+// TODO: move to pnpm, workspaces, and use an alias 'vue-router' to be closer to a real project
180
+
181
declare module '../src' {
182
export interface Config {
183
Router: typeof router
0 commit comments