Explorar el Código

更新 雷达图渲染逻辑

wzh hace 4 años
padre
commit
b1c6bd72f4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/components/Radar.vue

+ 3 - 1
src/components/Radar.vue

@@ -84,7 +84,9 @@ export default {
     });
 
     onMounted(() => {
-      init();
+      let t = setTimeout(() => {
+        init();
+      }, 100);
     });
     return {
       init,