亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

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

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