vue-seamless-scroll无缝滚动无法滚动问题

一、安装
npm install vue-seamless-scroll --save
二、在main.js页面引用
import scroll from "vue-seamless-scroll";
Vue.use(scroll);
如下图

vue-seamless-scroll无缝滚动无法滚动问题_第1张图片
image.png

三、代码如下




注意:optionSetting要写在 computed里面,limitMoveNum要设置
我的vue-seamless-scroll无缝滚动不滚动是因为我的页面有切换按钮,原来用v-show的时候只有默认页面的可以滚动,改为v-if就可以了


image.png

你可能感兴趣的:(vue-seamless-scroll无缝滚动无法滚动问题)