-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
empty route-view cause transition failed #385
Comments
@posva is this same issue? |
I doubt it since this was fixed on Vue Router but I can't tell because you didn't provide any reproduction |
I actually did reproduction, i'd made 2 repo to reproduction. vuejs/core#1697 is another problem with transition component |
@posva sorry I'd push 2.x code to reproduction this problem, thanks. |
Version
4.0.0-beta.3
Reproduction link
https://github.com/yoyoys/vue-router-next-transition-bug
Steps to reproduce
What is expected?
the transition should be effect
What is actually happening?
nothing happened, but the transition will apply on other component or non-empty route
This bug made nest route transition failed.
The text was updated successfully, but these errors were encountered: