vue-owl-carousel
vue-owl-carousel copied to clipboard
Emitted events do not work
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
I suppose this project is dead :(