From f6365e6b3184ae52800bb7443b7171aa2c3ad591 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Fri, 4 Apr 2025 13:08:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EC=A0=84=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mypage/MyPage.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/views/mypage/MyPage.vue b/src/views/mypage/MyPage.vue index 36327fc..eb407d4 100644 --- a/src/views/mypage/MyPage.vue +++ b/src/views/mypage/MyPage.vue @@ -64,7 +64,7 @@ + @blur="checkCurrentPassword" @keypress="noSpace" /> 비밀번호가 일치하지 않습니다. @@ -72,7 +72,7 @@
+ :value="password.new" @update:data="password.new = $event" @keypress="noSpace" /> 새 비밀번호는 최소 4자리 이상이어야 합니다. @@ -83,7 +83,7 @@ + :value="password.confirm" @update:data="password.confirm = $event" @keypress="noSpace" /> 새 비밀번호와 일치하지 않습니다. @@ -111,7 +111,7 @@