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
2.7.14
codepen.io
Elements should not be re-rendered when scrolling down (same behavior as scroll up)
When scrolling up, only new elements are rendered. When scrolling up, all elements are rendered
Work as expected in Vue 3 (codepen: https://codepen.io/thel-rico/pen/mdjqVZJ)
The text was updated successfully, but these errors were encountered:
unfortunately, this is also a problem for me @ereveniaud maybe you found a workaround?
Sorry, something went wrong.
This is because when scrolling down, vue updates the child nodes by comparing the first one with the next one, so each vnode will be updated.
👀
No branches or pull requests
Version
2.7.14
Reproduction link
codepen.io
Steps to reproduce
What is expected?
Elements should not be re-rendered when scrolling down (same behavior as scroll up)
What is actually happening?
When scrolling up, only new elements are rendered.
When scrolling up, all elements are rendered
Work as expected in Vue 3 (codepen: https://codepen.io/thel-rico/pen/mdjqVZJ)
The text was updated successfully, but these errors were encountered: