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
Sometimes there is a gap between enter and leave transitions.
https://jsfiddle.net/2x6xyxLx/
This example looks a bit funky - I just try to reflect my real case where I use dynamic components. Here is the screenshot of what I mean:
Be patient to reproduce this issue - as I mentioned it happens only sometimes.
There is no such problem in Vue 1.0:
https://jsfiddle.net/Lhf19n98/
Do you have any idea what is the reason for that? Is it a bug or I am doing something wrong?
The text was updated successfully, but these errors were encountered:
92ad0bd
Revert "ensure leave transitions and enter transitions are triggered …
02e2d99
…in the same frame (fix #4510)" This reverts commit 92ad0bd.
在这个例子上使用新的v-leave-to,由red切换到blue时没有过渡效果
Sorry, something went wrong.
No branches or pull requests
Sometimes there is a gap between enter and leave transitions.
https://jsfiddle.net/2x6xyxLx/
This example looks a bit funky - I just try to reflect my real case where I use dynamic components. Here is the screenshot of what I mean:
Be patient to reproduce this issue - as I mentioned it happens only sometimes.
There is no such problem in Vue 1.0:
https://jsfiddle.net/Lhf19n98/
Do you have any idea what is the reason for that? Is it a bug or I am doing something wrong?
The text was updated successfully, but these errors were encountered: