Browse Source

更新 雷达图渲染逻辑

wzh 4 năm trước cách đây
mục cha
commit
b1c6bd72f4
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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,