Skip to content

Commit a1cdcc9

Browse files
committed
docs: add note about pathToRegexpOptions [skip ci]
1 parent 6554171 commit a1cdcc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
```js
7373
const parent = this.$route.matched[this.$route.matched.length - 2]
7474
```
75+
- `pathToRegexpOptions` and `caseSensitive` have been replaced with `sensitive` and `strict` options. They can also be directly passed when creating the router with `createRouter()`. Any other option has been removed as `path-to-regexp` is no longer used to parse paths.
7576

7677
### Typings
7778

0 commit comments

Comments
 (0)