离开页面关闭定时器vue

var timer = setInterval(() => {
          console.log('hahaha');
        }, 5000);
this.$once('hook:beforeDestroy',() => {
          clearInterval(timer )
          timer = null;
        })

  

posted @ 2020-08-26 11:23  baixinL  阅读(532)  评论(0编辑  收藏  举报