klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

swiper无法自动播放(出现交互或者到达最后一页时) #769

Open klren0312 opened 1 year ago

klren0312 commented 1 year ago

需要配置

<Swiper
        :autoplay="{
          delay: 5000,
          stopOnLastSlide: false,
          disableOnInteraction: false,
        }"
></Swiper>