YaolongHan 4 anni fa
parent
commit
8f8443c736
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>