From b6ad3ffb3b195e92b696825f24732817899a1d5b Mon Sep 17 00:00:00 2001 From: zch Date: Thu, 27 Mar 2025 18:59:40 +0800 Subject: [PATCH] =?UTF-8?q?change(Crontab):=E8=A1=A5=E5=85=A8hour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Vue 2 代码迁移到 Vue3,并使用 composition API - 新建了一个名为 CrontabVUE2 的新组件,保留了原有的 Vue 2 逻辑 --- src/components/Crontab/hour.vue | 161 +++++++++++++++------------- src/components/CrontabVUE2/hour.vue | 114 ++++++++++++++++++++ 2 files changed, 199 insertions(+), 76 deletions(-) create mode 100644 src/components/CrontabVUE2/hour.vue diff --git a/src/components/Crontab/hour.vue b/src/components/Crontab/hour.vue index 4b1f1fc..7ec40ce 100644 --- a/src/components/Crontab/hour.vue +++ b/src/components/Crontab/hour.vue @@ -33,82 +33,91 @@ - diff --git a/src/components/CrontabVUE2/hour.vue b/src/components/CrontabVUE2/hour.vue new file mode 100644 index 0000000..4b1f1fc --- /dev/null +++ b/src/components/CrontabVUE2/hour.vue @@ -0,0 +1,114 @@ + + +