vue-awesome-swiper手动滑动后不再自动轮播的问题

<swiper :options="swiperOption" ref="mySwiper" >
    <!--轮播图内容-->
</swiper>



data(){
  return{
    swiperOption: {
      loop:true,
      autoplay:{
        delay: 2000,
        stopOnLastSlide: false,
        /* 触摸滑动后是否继续轮播 */
        disableOnInteraction: false
      },
      pagination: {
        el: '.swiper-pagination'
      },
    },
  }
},




 

posted @ 2019-07-11 20:56  晓丶  阅读(4224)  评论(1编辑  收藏  举报