Skip to content

Commit ba6b3b8

Browse files
author
Kevin Smithson
committed
changed test for /FooBar to redirect to /FOOBAR
1 parent efbe556 commit ba6b3b8

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)