vue长按事件

 html <template> <div> <div class="list wauto" @touchstart="gtouchstart(1)" @touchmove="gtouchmove()" @touchend="gtouchend(1)">长按事件</div> </div> </template> js <script> export default { data()
相关文章
相关标签/搜索