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>

码来
在这里插入图片描述
干净利索,解决脱发。

Logo

前往低代码交流专区

更多推荐