Answer the question
In order to leave comments, you need to log in
How, when clicking on child elements, to get the one on which the event handler was hung?
There is an element with an event handler and several child elements:
<div @click="test">
<span>1</span>
<span>2</span>
<span>3</span>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question