We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35865ec commit 5fcbd88Copy full SHA for 5fcbd88
packages/@vuepress/core/lib/client/app.js
@@ -77,7 +77,7 @@ export async function createApp (isServer) {
77
return false
78
}
79
return {
80
- selector: to.hash
+ selector: decodeURIComponent(to.hash)
81
82
} else {
83
return { x: 0, y: 0 }
0 commit comments