uni-app的轮播 swiper

在uni-app中自带了swiper的代码块,可以用来制作轮播图

在我们输入的时候可以时候用快捷方式创建我们的代码块 usw来选择你对应的代码块创建

<swiper :indicator-dots="true" :autoplay="true"   class="banner">
<swiper-item>
  <image src="../../static/index/batmanvssuperman.png" mode="" class="banner"></image>
</swiper-item>
<swiper-item>
  <image src="../../static/index/batmanvssuperman.png" mode="" class="banner"></image>
</swiper-item>
</swiper>

<style>

.banner{

width:100%;

height:440upx

}

</style>

官网链接地址:https://uniapp.dcloud.io/component/swiper

posted @ 2020-11-25 16:11  一封未寄出的信  阅读(6466)  评论(0编辑  收藏  举报