解决移动端click延迟300ms

cnpm install fastclick --save
import Fastclick from 'fastclick'

Fastclick.attach(document.body);