vue—ul.li列表滚动
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>
码来

干净利索,解决脱发。
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
