YaolongHan 4 лет назад
Родитель
Сommit
8f8443c736
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/Legend/src/legend.vue

+ 1 - 0
src/components/Legend/src/legend.vue

@@ -529,6 +529,7 @@ export default {
         this.$once('hook:beforeDestroy', () => {
             clearInterval(this.timer)
         })
+
     }
 }
 </script>