From 64ade2fe479245b10f99834c8caf515557a6cdfc Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 5 Oct 2025 16:57:33 +0800 Subject: [PATCH] fix UI --- src/shared/components/Login.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/shared/components/Login.vue b/src/shared/components/Login.vue index 65825e2..0a08b4e 100644 --- a/src/shared/components/Login.vue +++ b/src/shared/components/Login.vue @@ -68,6 +68,10 @@ function goSignup() { toggleLogin(false) toggleSignup(true) } + +onMounted(() => { + msg.value = "" +})