-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
It's common that one component comp
's v-show
change from false
to true
but its parent parent
is still hidden. It means that if there are transition hooks on the comp
, they won't be triggered due to no transition events fired for comp
, even if the parent
becomes visible later. To make the comp
work properly, the transition should be timeout if no transitionend
events fired after the given time.
Metadata
Metadata
Assignees
Labels
No labels