vue中使用定时器setInterval

this.timer = setInterval(this.fetchData, 1000);

clearInterval(this.timer);

 beforeDestroy() {

    clearInterval(this.timer);

 },

 

Logo

前往低代码交流专区

更多推荐