vue 无线滚动插件,

npm install vue-seamless-scroll –save

import Vue from 'vue'

import scroll from 'vue-seamless-scroll'

Vue.use(scroll)

//or you can set componentName default componentName is vue-seamless-scroll

Vue.use(scroll,{componentName: 'scroll-seamless'})

     :data="projectDesList"
     :class-option="optionSetting" //参数配置,计算属性
     class="seamless-warp"
>
   


         

  •          
         

  •    

vue 无线滚动插件,_第1张图片

你可能感兴趣的:(vue,技术整理)