chore(BarChart.vue): 🔨 移除调试打印日志

This commit is contained in:
郝先瑞
2024-02-20 11:40:09 +08:00
parent 5d2b6a0b10
commit a7207ce83d

View File

@@ -176,7 +176,6 @@ onMounted(() => {
// 大小自适应
window.addEventListener("resize", () => {
console.log("自适应事件触发");
chart.value.resize();
});
});