Vue js Prevent on click on the parent when clicking a button inside div
Hey Folks ! Have a look at Event Modifiers in the Vue.js v2
We can use the v-on directive to listen to DOM events and run some JavaScript when they’re triggered.
v-on:click.stop
here is this @click.stop that will stop that click from propagating or "...
ramustar.hashnode.dev2 min read