We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae73cb commit ca3679cCopy full SHA for ca3679c
packages/@vuepress/theme-default/util/index.js
@@ -43,7 +43,7 @@ export function ensureExt (path) {
43
}
44
45
export function isActive (route, path) {
46
- const routeHash = route.hash
+ const routeHash = decodeURIComponent(route.hash)
47
const linkHash = getHash(path)
48
if (linkHash && routeHash !== linkHash) {
49
return false
0 commit comments