Skip to content

Commit 83faba9

Browse files
committed
Add a workaround for vuejs/router#1617
1 parent 3f8bd34 commit 83faba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const router = createRouter({
3636
},
3737
{
3838
path: "/:pathMatch(.*)*",
39-
redirect: { name: "step1" },
39+
redirect: { name: "step1", params: {} },
4040
},
4141
],
4242
linkActiveClass: "active",

0 commit comments

Comments
 (0)