为什么使用better-scroll之后 滚动的时候不显示滚动条呢?老师求解答

来源:17-6 better-scroll运用(1)

草莓大战

2018-07-20

写回答

1回答

ustbhuangyi

2018-07-20

需要配置这个 https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/options-advanced.html#scrollbar

0
5
草莓大战
this.menuScroll = new BScroll(this.$refs.menuWrapper, {}); this.foodsScroll = new BScroll(this.$refs.foodsWrapper, { bounce: true, momentumLimitDistance: 5, scrollY: true, scrollbar: { fade: true, interactive: false // 1.8.0 新增 }, mouseWheel: true }); 代码里写了 但是滚动条 还是不显示。。。
2018-08-07
共5条回复

Vue.js2.5+cube-ui重构饿了么App(经典再升级)

掌握Vue1.0到2.0再到2.5最全版本应用与迭代,打造极致流畅的WebApp

9868 学习 · 4162 问题

查看课程