From 174169acc25cd02cb2e14f01ff644a6b8b1fbfb3 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 27 十月 2025 17:49:08 +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