Skip to content

Commit

Permalink
Add a workaround for vuejs/router#1617
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Jul 6, 2023
1 parent 3f8bd34 commit 83faba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Expand Up @@ -36,7 +36,7 @@ const router = createRouter({
},
{
path: "/:pathMatch(.*)*",
redirect: { name: "step1" },
redirect: { name: "step1", params: {} },
},
],
linkActiveClass: "active",
Expand Down

0 comments on commit 83faba9

Please sign in to comment.