QCarousel slide not showing the first slide
-
QCarousel slide not showing the first slide by default. vue debugging showing data, $route panelIndex= -1. Is that a bug?!
-
Are you using a v-model on QCarousel? Are you setting its value to the first slide’s name?
-
@rstoenescu Thank you very much. I solved the problem as you told. Actually the QCarousel slide setting is different from quasar .17. The difference is that q-carousel-slide forcing you to name the slide.this causing a lot of problems when you iterate the slides with v-for
-
You can use the index on each iteration to name the slides.