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
PHP中文网2017-07-05 10:46:28
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...