-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Vue version
3.4.30
Link to minimal reproduction
Steps to reproduce
Clicking on Click! in the screen will trigger an alert popup, following the event bubbling order: el3 -> el2 -> el1.
In el2's onClick, use withModifiers and add the modifier ['capture']. The expected correct order should be: el2 -> el3 -> el1.
However, the current order is: el3 -> el2 -> el1.
What is expected?
the order of the alert popups is: el2 -> el3 -> el1.
What is actually happening?
The current order of the alert popups is: el3 -> el2 -> el1.
The capture modifier did not take effect.
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels