fix: render graphs

This commit is contained in:
Qiuxia Fan
2022-01-06 16:10:15 +08:00
parent c282655369
commit f19b69d050
8 changed files with 56 additions and 49 deletions

View File

@@ -43,7 +43,6 @@ const props = defineProps({
onMounted(() => {
setTimeout(() => {
console.log(chart.value);
drawEcharts();
window.addEventListener("resize", state.instanceChart.resize);
}, 50);