We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90fa3 commit f3c0e7dCopy full SHA for f3c0e7d
src/components/carousel/QCarousel.js
@@ -381,7 +381,6 @@ export default {
381
this.__setArrowKeys(true)
382
}
383
this.__stopSlideNumberNotifier = this.$watch('slidesNumber', val => {
384
- this.$emit('slides-number', val)
385
if (this.value >= val) {
386
this.$emit('input', val - 1)
387
0 commit comments