window.addEventListener('resize', () => {
this.$nextTick(() => {
this.setHeight()
})
})
this.$once('hook:beforeDestroy', () => {
window.removeEventListener('resize', this.setHeight)
})
VUE中窗口监听与销毁
最新推荐文章于 2025-03-06 17:29:30 发布