其他分享
首页 > 其他分享> > vue事件中切换页面时清除定时器

vue事件中切换页面时清除定时器

作者:互联网

放在事件下边

this.$once('hook:beforeDestroy', () => {            

    clearInterval(timer);                                     })

标签:定时器,beforeDestroy,clearInterval,timer,hook,vue,once,页面
来源: https://www.cnblogs.com/shuhan-hou/p/16538757.html