assign decoded hash

pull/4511/head
Divyansh Singh 8 months ago
parent 1c220e35c0
commit 099eb51962

@ -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) {

Loading…
Cancel
Save