From 02193ae203da515afd55bd9d9e1215abbbf8315b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 27 十月 2025 15:35:00 +0800
Subject: [PATCH] fix: bug
---
packages/components/src/Calendar/Calendar.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/packages/components/src/Calendar/Calendar.vue b/packages/components/src/Calendar/Calendar.vue
index ec0665b..bb1db00 100644
--- a/packages/components/src/Calendar/Calendar.vue
+++ b/packages/components/src/Calendar/Calendar.vue
@@ -39,7 +39,6 @@
scrollView?.scrollIntoView?.('.nut-calendarcard-day.current.active');
}
});
- console.log('222', 223);
});
</script>
--
Gitblit v1.9.1