Closed mikusd closed 5 years ago
Hello again,
When we have carousel, it creates node clones of slides and put them to the edges. But sadly it does not seem to copy the event handlers. In my use case the @click handler does not work.
Is there any way to get it to work?
@Dalirik vue-glide not emit click event, use glide:slide-click
click
glide:slide-click
Example https://codesandbox.io/s/n722774xl
Yeah my bad, I had @click in the slide template. Thank you!
Hello again,
When we have carousel, it creates node clones of slides and put them to the edges. But sadly it does not seem to copy the event handlers. In my use case the @click handler does not work.
Is there any way to get it to work?