We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59b526 commit 772d5d0Copy full SHA for 772d5d0
src/route.js
@@ -1,4 +1,4 @@
1
-const internalKeysRE = /^(component|subRoutes)$/
+const internalKeysRE = /^(component|subRoutes|fullPath)$/
2
3
/**
4
* Route Context Object
@@ -33,7 +33,6 @@ export default class Route {
33
}
34
// expose path and router
35
this.path = path
36
- this.router = router
37
// for internal use
38
this.matched = matched || router._notFoundHandler
39
// Important: freeze self to prevent observation
0 commit comments