You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
The final wrong position is
https://github.com/vuepress/vuepress-plugin-smooth-scroll/blob/master/src/enhanceApp.ts#L16
vuepress-plugin-smooth-scroll
This document is used here.
https://router.vuejs.org/guide/advanced/scroll-behavior.html#async-scrolling
There was no problem before because the to.hash returned by vue-router was call
decodeURIComponent
.Since version 3.4.3, the uncoded hash has been returned directly.
Originally posted by @SCWR in vuejs/vuepress#2599 (comment)
The text was updated successfully, but these errors were encountered: