From dea868fc2ab60f330247feeb693aa65976dc84c8 Mon Sep 17 00:00:00 2001 From: keqingmoe Date: Tue, 31 Dec 2024 00:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E5=86=8C=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=87=8D=E5=A4=8D=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5=E7=9A=84=E5=8F=AF=E8=A7=81=E6=80=A7?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/users/RegisterForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/components/users/RegisterForm.vue b/ui/src/components/users/RegisterForm.vue index f37ccd2..61f3df2 100644 --- a/ui/src/components/users/RegisterForm.vue +++ b/ui/src/components/users/RegisterForm.vue @@ -16,8 +16,8 @@ - @@ -50,6 +50,7 @@ import axios, { AxiosError } from 'axios'; import { inject, ref } from 'vue'; const visible = ref(false); +const visibleR = ref(false); const model = defineModel(); const authStore = useAuthStore();