-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Transition with v-on="obj" fails with Vapor #14280
Copy link
Copy link
Closed
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.scope: vaporrelated to vapor moderelated to vapor mode
Description
Vue version
3.6.0-beta.2
Link to minimal reproduction
Steps to reproduce
Opening the Playground should lead to enter being logged in the console. This currently doesn't happen.
- It works correctly if the
vaporattribute is removed. - It also works if
@enter="listeners.enter"is used instead ofv-on="listeners".
TransitionGroup seems to have the same problem.
Reactions are currently unavailable
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.scope: vaporrelated to vapor moderelated to vapor mode