config is like this:
swiperOption: {
loop: true
}
vue content,if this,is ok:
"<swiper-slide>Slide 2</swiper-slide>
<swiper-slide>Slide 2</swiper-slide>
<swiper-slide>Slide 3</swiper-slide>"
go wrong is this:
"<swiper-slide v-if="v in dataList">{{v.name}}</swiper-slide>"
you can try
English is not very well,thanks 英文不好,见谅
add v-if="dataList.length>0" for its parent to solve
@lonlii4ap Thank you. I had the same issue. It helped me.
十分感谢!弄了很长时间,看了你的回答解决了,谢谢!
太感谢了,问题解决了,谢谢~
its ok, but who can tell me why😂
ty, this helped me with the v-for with loop issue
完美解决,但还是想知道为啥子( ̄▽ ̄)/
Estaré fuera de la oficina hasta el 6 de septiembre (incluido). Mi acceso al correo electrónico será limitado.
Si se trata de un tema urgente, puede ponerse en contacto en el email [email protected] o en el teléfono 911880781.
Le ruego que disculpe las molestias que mi ausencia pueda provocarle.
Un saludo,
hey you people, you forgot your English? please contribute to the community by using the global language
Most helpful comment
add v-if="dataList.length>0" for its parent to solve