Skip to content

Commit 1995208

Browse files
committed
chore: tweak
1 parent 2b77a53 commit 1995208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/router/createVueRouter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const createVueRouter = (): Router => {
4141
router.beforeResolve(async (to, from): Promise<string | void> => {
4242
if (to.path !== from.path || from === START_LOCATION) {
4343
const route = resolveRoute(to.fullPath)
44+
4445
if (route.path !== to.fullPath) {
4546
return route.path
4647
}

0 commit comments

Comments
 (0)