-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Closed
Copy link
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: transition
Description
Vue version
3.5.13
Link to minimal reproduction
https://github.com/jimei416/Transition-demo/tree/main
Steps to reproduce
After changing the value of show to trigger the Transition animation, if you switch components before the animation completes and then switch back to the component containing the Transition after the animation ends.
What is expected?
After switching back to the component containing the Transition, since show is false, the Transition component should not be displayed.
What is actually happening?
The Transition component is still displayed even when show is false.
System Info
Any additional comments?
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: transition