Vue-awesome-swiper: invalid autoplay setting

Created on 10 Jul 2020  ·  8Comments  ·  Source: surmon-china/vue-awesome-swiper

        autoplay: {
          delay: 1000,
          stopOnLastSlide: false,
          disableOnInteraction: false
        },

but other settings are valid...

"swiper": "^6.0.0",
"vue-awesome-swiper": "^4.1.1",

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.

All 8 comments

+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

Was this page helpful?
0 / 5 - 0 ratings