SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 508 forks source link

Multiple Events Not Firing At All: pagination-click, navigation-click, page-change #605

Closed jwbats closed 1 year ago

jwbats commented 1 year ago

Bug Report

Current Behavior The events pagination-click, navigation-click & page-change never fire.

This is problematic, because now I have no way of manually setting the carousel's height based on which slide is selected, to make up for this carousel's AdjustableHeight-related problems.

Input Code and steps to reproduce Build a basic carousel and add these events.

Expected behavior/code I'd expect:

Environment Latest.

jwbats commented 1 year ago

Never mind, I accidentally put these events on the slide, rather than the carousel.