s950329 / vue-owl-carousel

Vue component for Owl Carousel 2
MIT License
167 stars 104 forks source link

Emitted events do not work #19

Open yony opened 5 years ago

yony commented 5 years ago

The component emits all events in the events array (in the utils). I tried to catch the 'changed' event for instance like so: <Carousel @changed="someFunction">...

But it doesn't work.

Also, why didn't you add 'next' and 'prev' events in the events array? https://owlcarousel2.github.io/OwlCarousel2/docs/api-events.html

anikolaienko commented 5 years ago

I suppose this project is dead :(