From f71abdd0001c43f878587b7ec2b43c6f000c3b12 Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Mon, 3 Aug 2026 22:21:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=B8=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9A=B4=E9=9C=B2=E7=BB=84=E4=BB=B6=E5=86=85=E9=83=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Login.vue | 2 ++ src/components/MyHead.vue | 2 ++ src/components/StartTask.vue | 11 +++++++++++ src/components/TaskForm.vue | 15 +++++++++++++++ 4 files changed, 30 insertions(+) diff --git a/src/components/Login.vue b/src/components/Login.vue index d712425..b80c477 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -50,6 +50,8 @@ const submitForm = async (formEl: FormInstance | undefined) => { } }); }; + +defineExpose({ registerData, loading, submitForm, isNotEmpty });