YaolongHan 4 years ago
parent
commit
8f8443c736
1 changed files with 1 additions and 0 deletions
  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>