Skip to content

Commit 1356acb

Browse files
committed
fix(types): missing start location
1 parent b4c3940 commit 1356acb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

types/index.d.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import './vue'
2-
import { VueRouter, RouterLink, RouterView } from './router'
2+
import { VueRouter, RouterLink, RouterView, START_LOCATION } from './router'
33

44
export default VueRouter
5-
// TODO: does this really work with the new keyword?
6-
export { RouterView, RouterLink }
5+
export { RouterView, RouterLink, START_LOCATION }
76

87
export type {
98
RouterMode,

0 commit comments

Comments
 (0)