Skip to content

Commit

Permalink
chore: leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2022
1 parent 0999f41 commit fb1b375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/mount.ts
Expand Up @@ -4,7 +4,7 @@ import {
routeLocationKey,
routerViewLocationKey,
} from '../src/injectionSymbols'
import { RouteLocationNormalized } from 'src'
import { RouteLocationNormalized } from '../src'

export function createMockedRoute(
initialValue: RouteLocationNormalizedLoose | RouteLocationNormalized
Expand Down
2 changes: 2 additions & 0 deletions playground/router.ts
Expand Up @@ -176,6 +176,8 @@ export const router = createRouter({
},
})

// TODO: move to pnpm, workspaces, and use an alias 'vue-router' to be closer to a real project

declare module '../src' {
export interface Config {
Router: typeof router
Expand Down

0 comments on commit fb1b375

Please sign in to comment.