vue長按事件

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