1. 程式人生 > >Vue —— 移動端添加 fastclick

Vue —— 移動端添加 fastclick

asc -s rip import att main tcl 綁定 clas

  • fastclick:處理移動端click事件300毫秒延遲。

  • npm install fastclick -S

  • main.js 中引入,並綁定到body

    import FastClick from ‘fastclick‘
    FastClick.attach(document.body);

Vue —— 移動端添加 fastclick