vue中clearInterva清除失效解決方法

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

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