-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
Description
Vue version
3.5.22
Link to minimal reproduction
Steps to reproduce
Click the button repeatedly, and you’ll notice that after-enter is logged in the console.
What is expected?
The after-enter event should not be triggered when no transition is applied.
What is actually happening?
The after-enter event is triggered even when the element wrapped in a transition is never displayed.