如https://cn.vuejs.org/v2/guide...。
把this.debouncedGetAnswer = _.debounce(this.getAnswer, 500)
改成debouncedGetAnswer:function(){_.debounce(this.getAnswer, 500)}放在methods里就无效。
如https://cn.vuejs.org/v2/guide...。
把this.debouncedGetAnswer = _.debounce(this.getAnswer, 500)
改成debouncedGetAnswer:function(){_.debounce(this.getAnswer, 500)}放在methods里就无效。