We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128a7d6 commit f6b213dCopy full SHA for f6b213d
examples/redirect/app.js
@@ -54,7 +54,7 @@ const router = new VueRouter({
54
{ path: '/foobar', redirect: '/FooBar', caseSensitive: true },
55
56
// redirect with pathToRegexpOptions
57
- { path: '/FooBar', redirect: '/bar', pathToRegexpOptions: { sensitive: true }},
+ { path: '/FooBar', redirect: '/FOOBAR', pathToRegexpOptions: { sensitive: true }},
58
59
// catch all redirect
60
{ path: '*', redirect: '/' }
0 commit comments