You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my html is div > input[type=checkbox]
when div with v-on:click, I found that the input element can not be selected.
What is Expected?
when click this input checkbox, checkbox should be selected or canceled.
div click event will trigger.
What is actually happening?
I have not read the source code,But I think div capture this click event and should not stop this event immediate, it kinda like use “event.stopImmediatePropagation” stop the event progagation?