93gaurav93 / v-owl-carousel

🦉 VueJS wrapper for Owl Carousel
MIT License
44 stars 25 forks source link

Emit owl carousel 'change.owl.carousel' event #22

Open lazehang opened 4 years ago

lazehang commented 4 years ago

Emit owl carousel 'change.owl.carousel' event

As of now, the carousel component does not emit any events while if emitted to the wrapper many things can be achieved.

Events

http://owlcarousel2.github.io/OwlCarousel2/docs/api-events.html

Expected Usage

<carousel @change="onChange"></carousel>

Is there any development going on or can I create a PR?