search

Home  >  Q&A  >  body text

javascript - Please tell me how to use better-scroll +vue scrolling

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

三叔三叔2746 days ago965

reply all(1)I'll reply

  • PHP中文网

    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...

    reply
    0
  • Cancelreply