Skip to content

Commit

Permalink
fix(types): missing start location
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 23, 2022
1 parent b4c3940 commit 1356acb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import './vue'
import { VueRouter, RouterLink, RouterView } from './router'
import { VueRouter, RouterLink, RouterView, START_LOCATION } from './router'

export default VueRouter
// TODO: does this really work with the new keyword?
export { RouterView, RouterLink }
export { RouterView, RouterLink, START_LOCATION }

export type {
RouterMode,
Expand Down

0 comments on commit 1356acb

Please sign in to comment.