You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">...
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
The text was updated successfully, but these errors were encountered: