We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dbc24 commit 65de048Copy full SHA for 65de048
src/history/hash.js
@@ -125,7 +125,7 @@ export function getHash (): string {
125
href = decodeURI(href.slice(0, hashIndex)) + href.slice(hashIndex)
126
} else href = decodeURI(href)
127
} else {
128
- href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
+ href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
129
}
130
131
return href
0 commit comments