vue 移动端,点击事件300毫秒延迟

npm install fastclick --save

import FastClick from 'fastclick'
FastClick.attach(document.body)

你可能感兴趣的:(vue 移动端,点击事件300毫秒延迟)