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.0.4
https://codepen.io/crutchcorn/pen/ZEpbZKX
Take the example from:
https://v3.vuejs.org/guide/transitions-list.html#list-move-transitions
That's at this link:
https://codepen.io/team/Vue/pen/373b4429eb5769ae2e6d097fd954fd08
Change the remove method to match:
remove
this.items.splice(0, 1)
The first item in the array is removed and an animation smooths out the other items moving into the first spot
It jerkily moves the items to the first index
The text was updated successfully, but these errors were encountered:
Whoops! This is the repo for Vue 2! My bad. Re-filed here:
vuejs/core#2712
Sorry, something went wrong.
No branches or pull requests
Version
3.0.4
Reproduction link
https://codepen.io/crutchcorn/pen/ZEpbZKX
Steps to reproduce
Take the example from:
https://v3.vuejs.org/guide/transitions-list.html#list-move-transitions
That's at this link:
https://codepen.io/team/Vue/pen/373b4429eb5769ae2e6d097fd954fd08
Change the
remove
method to match:What is expected?
The first item in the array is removed and an animation smooths out the other items moving into the first spot
What is actually happening?
It jerkily moves the items to the first index
The text was updated successfully, but these errors were encountered: