Skip to content

Commit fb1b375

Browse files
committed
chore: leftovers
1 parent 0999f41 commit fb1b375

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

__tests__/mount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
routeLocationKey,
55
routerViewLocationKey,
66
} from '../src/injectionSymbols'
7-
import { RouteLocationNormalized } from 'src'
7+
import { RouteLocationNormalized } from '../src'
88

99
export function createMockedRoute(
1010
initialValue: RouteLocationNormalizedLoose | RouteLocationNormalized

playground/router.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ export const router = createRouter({
176176
},
177177
})
178178

179+
// TODO: move to pnpm, workspaces, and use an alias 'vue-router' to be closer to a real project
180+
179181
declare module '../src' {
180182
export interface Config {
181183
Router: typeof router

0 commit comments

Comments
 (0)