vue中clearInterva清除失效解决方法

const chatTimer = setInterval(() => { console.log(chatTimer); this.chatMsg(); }, 1000);

this.$once('hook:beforeDestroy', () => { clearInterval(chatTimer); })
相关文章
相关标签/搜索