Closed
Description
I want to do the outer click event handler before the inner click, so I use _capture modifiers, but I found vOn_click_native_capture
can' trigger the click event, what should I do??
The online playground is here: https://stackblitz.com/edit/vue2-vue-cli-ewhdaa?file=src%2Fcomponents%2FOuter.vue
Activity
Sun79 commentedon Sep 20, 2023
You can temporarily work around this bug using the following code:
Or wait for this pull request to be merged: #303.
HawtinZeng commentedon Sep 20, 2023
Ok, thank u.