We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.4.7
vuejs/vuepress#2599
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.
The scroll was successful.
Scrolling failed.
The text was updated successfully, but these errors were encountered:
Please open a new issue once you boil down the reproduction to only vue router to make sure it comes from vue router
Sorry, something went wrong.
No branches or pull requests
Version
3.4.7
Reproduction link
vuejs/vuepress#2599
Steps to reproduce
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.
What is expected?
The scroll was successful.
What is actually happening?
Scrolling failed.
The text was updated successfully, but these errors were encountered: