引入fastclick库
1、npm install fastclick --save
2、在main.js中引入并注册
import fastClick from 'fastclick' fastClick.attach(document.body)