Skip to content

Commit d919dff

Browse files
committed
[docs] this.$router
1 parent 0a0a590 commit d919dff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/en/basic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ router.start(App, '#app')
6161
```
6262

6363
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

Comments
 (0)