在main.js中直接CTRL c即可,适用于pc端,移动端双击会报错
//防抖处理-立即执行
const on = Vue.prototype.$on
Vue.prototype.$on = function(event, func) {
let timer
let flag =
在main.js中直接CTRL c即可,适用于pc端,移动端双击会报错
//防抖处理-立即执行
const on = Vue.prototype.$on
Vue.prototype.$on = function(event, func) {
let timer
let flag =