Skip to content

Commit da2436d

Browse files
committed
chore: tweak
1 parent de2fa24 commit da2436d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/src/router/createVueRouter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const createVueRouter = (): Router => {
4040
// and save page data to route meta
4141
router.beforeResolve(async (to, from): Promise<string | void> => {
4242
if (to.path !== from.path || from === START_LOCATION) {
43-
console.log(to)
4443
const fullPath = to.fullPath.split(/#|\?/)[0]
4544
const route = resolveRoute(fullPath)
4645

0 commit comments

Comments
 (0)