beforeDestroy() { if(this.timer) { clearInterval(this.timer); } }
this.$once('hook:beforeDestroy', () => { clearInterval(timer); })