标签:class doc cli tcl pytho tty att nbsp string
fastclick:处理移动端click事件300毫秒延迟。
先执行安装fastclick的命令。
npm install fastclick -S
之后,在main.js中引入,并绑定到body。
import FastClick from ‘fastclick‘
FastClick.attach(document.body);
标签:class doc cli tcl pytho tty att nbsp string
原文地址:https://www.cnblogs.com/amunamuna/p/8997533.html