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 2b77a53 commit 1995208Copy full SHA for 1995208
packages/client/src/router/createVueRouter.ts
@@ -41,6 +41,7 @@ export const createVueRouter = (): Router => {
41
router.beforeResolve(async (to, from): Promise<string | void> => {
42
if (to.path !== from.path || from === START_LOCATION) {
43
const route = resolveRoute(to.fullPath)
44
+
45
if (route.path !== to.fullPath) {
46
return route.path
47
}
0 commit comments