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.1.1
Playground
It should transition from Foo Foo to Bar Bar and vice versa
It transitions from Foo Bar to Bar Bar and then Bar Foo Foo Foo
The text was updated successfully, but these errors were encountered:
I've re-thought the question. Maybe my PR is not correct.
There are two effects in the queue
update
So skipping the update of Foo.vue is not correct. Maybe should delay updating Foo.vue after Transition has done.
Edit: delay updating Foo.vue seems not updated the DOM. I have started to believe this is not a bug.😓
Foo.vue will unmount without KeepAlive, so it will not update and the animation looks normally.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
3.1.1
Reproduction link
Playground
Steps to reproduce
What is expected?
It should transition from Foo Foo to Bar Bar and vice versa
What is actually happening?
It transitions from Foo Bar to Bar Bar and then Bar Foo Foo Foo
The text was updated successfully, but these errors were encountered: