We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3940 commit 1356acbCopy full SHA for 1356acb
types/index.d.ts
@@ -1,9 +1,8 @@
1
import './vue'
2
-import { VueRouter, RouterLink, RouterView } from './router'
+import { VueRouter, RouterLink, RouterView, START_LOCATION } from './router'
3
4
export default VueRouter
5
-// TODO: does this really work with the new keyword?
6
-export { RouterView, RouterLink }
+export { RouterView, RouterLink, START_LOCATION }
7
8
export type {
9
RouterMode,
0 commit comments