-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Transition class leave-to
not removed if hidden element changes too fast with v-show
#7759
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
Comments
leave-to
not removed if hidden element changes too fast
leave-to
not removed if hidden element changes too fastleave-to
not removed if hidden element changes too fast with v-show
As a workaround for the moment you can use a |
for the moment i just debounced it and used a local property
that works for me, i just wanted to let you know about the bug |
May be a dup of #5800 ?🤔 |
Oh, yeah, I didn't even check the code to see it was a v-show because it's a transition-group so I was expecting it to only do a |
This has been fixed by #7391 (not released yet) |
Version
2.5.13
Reproduction link
https://jsfiddle.net/freakypie/nn2vwt7b/22/
Steps to reproduce
change a value in a vue really fast and the transition won't remove the leave-to class
What is expected?
the label should be shown
What is actually happening?
the label isn't shown
On my own app, i redirected to a page that was supposed to have no app header, but it then redirected to another page that did, but the header was missing anyway
The text was updated successfully, but these errors were encountered: