From e7c3833640574f923a9ae3199bb83422b04f9588 Mon Sep 17 00:00:00 2001 From: yoon Date: Tue, 21 Jan 2025 14:54:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EB=A1=9D=EC=8B=A0=EC=B2=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/RegisterForm.vue | 205 ++++++++++++++++++++++----- src/views/user/TheRegister.vue | 5 +- 2 files changed, 171 insertions(+), 39 deletions(-) diff --git a/src/components/user/RegisterForm.vue b/src/components/user/RegisterForm.vue index 52ebca7..7b6dd93 100644 --- a/src/components/user/RegisterForm.vue +++ b/src/components/user/RegisterForm.vue @@ -3,11 +3,12 @@
+ * {{ profilerr }} @@ -22,8 +23,10 @@ :useInputGroup="true" @update:data="id = $event" @update:alert="idAlert = $event" + @blur="checkIdDuplicate" :value="id" /> + {{ idError }} + {{ passwordcheckError }} +
@@ -74,6 +89,7 @@ :is-essential="true" :is-row="false" :is-label="true" + :is-common="true" :data="colorList" @update:data="color = $event" class="w-50" @@ -84,6 +100,7 @@ @@ -134,69 +152,80 @@ diff --git a/src/views/user/TheRegister.vue b/src/views/user/TheRegister.vue index 7c7ec8e..4296715 100644 --- a/src/views/user/TheRegister.vue +++ b/src/views/user/TheRegister.vue @@ -1,7 +1,7 @@ @@ -9,9 +9,6 @@