From a1cdcc925ae53247403ac0e7f1da4b681ff019a5 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 1 Sep 2020 18:05:04 +0200 Subject: [PATCH] docs: add note about pathToRegexpOptions [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c84a7f4b..619ba2cd 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ ```js const parent = this.$route.matched[this.$route.matched.length - 2] ``` +- `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. ### Typings -- 2.47.2