vue-owl-carousel icon indicating copy to clipboard operation
vue-owl-carousel copied to clipboard

Cannot use v-on directives on <img>

Open ekntrtmz opened this issue 6 years ago • 1 comments

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>

ekntrtmz avatar Nov 26 '18 09:11 ekntrtmz

Still not working

kamil-kielczewski avatar Feb 20 '20 19:02 kamil-kielczewski