mounted(){ this.timer = setInterval(()=>{ this.init() },1000) this.$once('hook:beforeDestroy', ()=>{ clearInterval(this.timer) }) }