autoplay: {
delay: 1000,
stopOnLastSlide: false,
disableOnInteraction: false
},
but other settings are valid...
"swiper": "^6.0.0",
"vue-awesome-swiper": "^4.1.1",
+1
+1
+1
After trying in my project, it didn't solve
"swiper": "^6.0.2","vue-awesome-swiper": "^4.1.1"
Installing "swiper": "^5.4.0" should work.
It might be "swiper": "^6.0.0" has some api change to cause this problem.
After Installing "swiper": "^5.4.0",The problem is solved,thank you very much!
Installing "swiper": "^5.4.0" should work.
It might be "swiper": "^6.0.0" has some api change to cause this problem.
Can use, thanks
This may be related to it: https://github.com/nolimits4web/swiper/issues/3630
Most helpful comment
Installing "swiper": "^5.4.0" should work.
It might be "swiper": "^6.0.0" has some api change to cause this problem.