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 0a0a590 commit d919dffCopy full SHA for d919dff
docs/en/basic.md
@@ -61,3 +61,9 @@ router.start(App, '#app')
61
```
62
63
You can also checkout this example [live](http://jsfiddle.net/yyx990803/xyu276sa/).
64
+
65
+In addition:
66
67
+- The root Vue instance will be available as `router.app` once the initial render is complete.
68
69
+- The router instance will be available in all descendants of the router app as `this.$router`.
0 commit comments