vue-owl-carousel
vue-owl-carousel copied to clipboard
Cannot use v-on directives on <img>
I would like to use the v-on directive on the images. Unfortunately, these get ignored after render. Is there a way to make them work?
<carousel> <img v-on:click="myClickMethod" src="https://placeimg.com/200/200/any?1"> </carousel>
Still not working