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

@ -165,6 +165,7 @@ export function createRouter(
} }
function syncRouteQueryAndHash() { function syncRouteQueryAndHash() {
if (!inBrowser) return
route.query = location.search route.query = location.search
route.hash = location.hash route.hash = location.hash
} }

Loading…
Cancel
Save