src/components/datascreen/HeaderPanel.vue @@ -35,6 +35,7 @@ this.updateTime(); this.timer = setInterval(this.updateTime, 1000); this.getWeather(); }, beforeDestroy() { if (this.timer) {