摘要: <div = @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd"> <div ref="test"> //内容 </div> </div> data(){ return{ touchStartX: 0, //触摸时 阅读全文
posted @ 2022-06-20 11:28 风一样的猿 阅读(1955) 评论(0) 推荐(0)