ragnarlotus/vue-flux

Mouse click event

hapetherw opened this issue · 1 comments

Hello
Is there any way to trigger mouse click event when user click image on slider?

Hello, the slider by itself does not have an event for that, but you should be able to capture it on your component by using @click.

Regards