vue—ul.li列表滚动
vue—ul.li列表滚动直接上干货安装插件npm install vue-seamless-scroll -s引入插件import vueSeamlessScroll from 'vue-seamless-scroll'引用插件components: {vueSeamlessScroll},使用插件<vue-seamless-scroll :data="CardPartsStatistic
·
vue—ul.li列表滚动
直接上干货
安装插件
npm install vue-seamless-scroll -s
引入插件
import vueSeamlessScroll from 'vue-seamless-scroll'
引用插件
components: {
vueSeamlessScroll
},
使用插件
<vue-seamless-scroll :data="CardPartsStatisticsList" class="seamless-warp" :class-option="classOption">
<ul>
<li class="DataList_top" v-for="(item,index) in CardPartsStatisticsList" :key="index" v-if="index < 6">
<div class="DataList_left">{{index+1}}</div>
<div class="DataList_left">{{item.itemname}}</div>
<div class="DataList_left">{{item.number}}</div>
</li>
</ul>
</vue-seamless-scroll>
码来
干净利索,解决脱发。
更多推荐
已为社区贡献2条内容
所有评论(0)