diff --git a/src/client/app/router.ts b/src/client/app/router.ts index 2c09c2e4..675f089b 100644 --- a/src/client/app/router.ts +++ b/src/client/app/router.ts @@ -167,7 +167,7 @@ export function createRouter( function syncRouteQueryAndHash() { if (!inBrowser) return route.query = location.search - route.hash = location.hash + route.hash = decodeURIComponent(location.hash) } if (inBrowser) {