methods: { handleResize: debounce(function() { this.$emit('resize') }, 400) }
debounce里面用箭头函数this指向错误,需用匿名函数
this