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

This commit is contained in:
郝先瑞 2024-02-20 11:40:09 +08:00
parent 5d2b6a0b10
commit a7207ce83d
1 changed files with 0 additions and 1 deletions

View File

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