We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b2757 commit 24dfc60Copy full SHA for 24dfc60
src/components/carousel/QCarousel.js
@@ -128,6 +128,7 @@ export default {
128
129
const finish = () => {
130
this.$emit('input', this.slide)
131
+ this.$emit('slide', this.slide, direction)
132
this.$emit('slide-direction', direction)
133
this.__planAutoPlay()
134
resolve()
@@ -157,6 +158,7 @@ export default {
157
158
}
159
160
161
+ this.$emit('slide-trigger', this.slide, direction)
162
pos = pos * -100
163
164
if (!this.animation) {
0 commit comments