Vue - vux Swiper

官方文档Swiper

<swiper height='200px' auto loop :show-dots=false>
  <swiper-item>
    <img src="" alt="" class="banner1">
  </swiper-item>

  <swiper-item>
    <img src="" alt="" class="banner2">
  </swiper-item>
</swiper> 

注意show-dots属性的使用,使用时应该进行绑定,否则无法生效,:show-dots=false

show-dots boolean true 是否显示提示点

猜你喜欢

转载自blog.csdn.net/sinat_33184880/article/details/87855200