vue-cli watch/timer时间:2023-03-09 19:49:19 watch 监听函数 data:{ letter:'' }, watch:{ letter(){ xxxxxx } }, timer data(){ return{ timer:null } }, handletimer(e){ if(this.timer){ clearTimeout(this.timer) } this.timer=setTimeout(()=>{ },16) }