Skip to content

Commit f6b213d

Browse files
Kevin Smithsonposva
Kevin Smithson
authored andcommitted
changed test for /FooBar to redirect to /FOOBAR
1 parent 128a7d6 commit f6b213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/redirect/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const router = new VueRouter({
5454
{ path: '/foobar', redirect: '/FooBar', caseSensitive: true },
5555

5656
// redirect with pathToRegexpOptions
57-
{ path: '/FooBar', redirect: '/bar', pathToRegexpOptions: { sensitive: true }},
57+
{ path: '/FooBar', redirect: '/FOOBAR', pathToRegexpOptions: { sensitive: true }},
5858

5959
// catch all redirect
6060
{ path: '*', redirect: '/' }

0 commit comments

Comments
 (0)