javascript - Please tell me how to use better-scroll +vue scrolling
三叔
三叔 2017-07-05 10:44:28
0
1
896

It’s like this. I will use the vertical scrolling method for the better-scroll component, but I have been studying the horizontal scrolling for a long time and have not been able to implement it. I hope you can give me some advice.

The effect I want to achieve is that the horizontal menu can be similar to the menu I marked

三叔
三叔

reply all(1)
Ty80
this.picScroll = new BScroll(this.$refs.picWrapper, {
   scrollX: true,
   eventPassthrough: 'vertical'
});

There is a way to configure the scrolling direction as the X-axis: https://github.com/ustbhuangy...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!