Open aheiland opened 5 years ago
hm, looks like it works fine.
<tiny-slider @indexChanged="onSlideIndexChanged">...</tiny-slider>
yeah so when i have this:
<tiny-slider ref="main" v-bind="mainSliderOptions" @indexChanged="onSlideChange">
i get this error in the console:
and when i have this:
<tiny-slider ref="main" v-bind="mainSliderOptions" @index-changed="onSlideChange">
nothing happens.
basically, none of the custom events work at this moment.
https://github.com/viktorlarsson/vue-tiny-slider/blob/a0ba40447e76ddfe55e5944d72981ac701ccc54c/src/index.js#L5
the events in the event list will never work because of https://vuejs.org/v2/guide/components-custom-events.html#Event-Names