YaolongHan hace 4 años
padre
commit
8f8443c736
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>