npm install fastclick --save
main.js 文件中 import fastClick from 'fastclick' (引用)
fastClick.attach(document.body) (使用)