vue里面上下轮播图(app,广告提示,手机号滚动等)vue-seamless-scroll 插件
vue-seamless-scroll 插件1.下载插件npm install vue-seamless-scroll --save2. 在main.js里面引入使用import scroll from 'vue-seamless-scroll'Vue.use(scroll)3.页面使用(根据需求 设置相对应的属性) 样式加上 不然的话会有一点bug 自己测试&lt...