Push button .stop modifier dont work
ldiellyoungl opened this issue · 3 comments
ldiellyoungl commented
if i use .stop modifier on pushButton then dont work. what i can do?
acidjazz commented
i'm not really aware of a stop modifier - can you clarify?
ldiellyoungl commented
i'm not really aware of a stop modifier - can you clarify?
https://vuejs.org/guide/essentials/event-handling.html#event-modifiers
.stop modifier dont work. im using like this:
<div @click="do_parent()"><PushButton @click.stop="do_child()"></PushButton></div>
nothing happens when i pressed PushButton