We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd74315 commit fdbef62Copy full SHA for fdbef62
docs/en/api/router-instance.md
@@ -57,7 +57,7 @@
57
```
58
59
- `current` is the current Route by default (most of the time you don't need to change this)
60
- - `append` allows you to append the path to the `current` route (as with [`router-link`](https://router.vuejs.org/en/api/router-link.html#props))
+ - `append` allows you to append the path to the `current` route (as with [`router-link`](router-link.md#props))
61
62
- **router.addRoutes(routes)**
63
0 commit comments