VUE中debounce使用this指向问题

methods: {
  handleResize: debounce(function() {
      this.$emit('resize')
  }, 400)
}

debounce里面用箭头函数this指向错误,需用匿名函数

posted @ 2023-03-13 17:55  卑面派对  阅读(35)  评论(0编辑  收藏  举报