!-- flowchart 箭头图标 勿删 --
$ npm install fastclick --save
import fastClick from 'fastclick'
fastClick.attach(document.body)
$ npm inst