vue-scroller
vue-scroller copied to clipboard
scroll 组件里面用 textrarea 表单,不能滑动或者滚动
改成 这样就能 兼容了
touchMove(){
if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); }
this.scroller.doTouchMove(e.touches, e.timeStamp)
}
不好使啊