Skip to content

Commit e49c10e

Browse files
posvayyx990803
authored andcommitted
Add note about current and append in resolve (#1431)
Closes #1430
1 parent ed04db8 commit e49c10e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/api/router-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
}
5757
```
5858

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))
5961

6062
- **router.addRoutes(routes)**
6163

0 commit comments

Comments
 (0)