1.npm 下载 fastclick
npm install fastclick --save
效果:
2.
import fastClick from 'fastclick'
3.
fastClick.attach(document.body)