better-scroll click event fail

After vue with a better-scroll, analog mobile terminal browser can use the click event

However, when tested on a real machine, click event is invalid

It needs to be set in such a way

this.scroll = new Bscroll(this.$refs.search, {click: true, tap: true });

Guess you like

Origin www.cnblogs.com/lilei-site/p/11605049.html