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

    




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




 

你可能感兴趣的:(vue-awesome-swiper手动滑动后不再自动轮播的问题)