From f761e3e15eecbb5d89c410e84eeb207a397458b8 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Fri, 14 Mar 2025 10:52:30 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=EB=AC=B8=20input=20=EC=95=84=EB=9E=98?= =?UTF-8?q?=EC=97=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/board/BoardCommentArea.vue | 67 ++++++++++++++--------- 1 file changed, 42 insertions(+), 25 deletions(-) diff --git a/src/components/board/BoardCommentArea.vue b/src/components/board/BoardCommentArea.vue index ee41350..f8da317 100644 --- a/src/components/board/BoardCommentArea.vue +++ b/src/components/board/BoardCommentArea.vue @@ -12,50 +12,62 @@
- {{ commentAlert }} - {{ textAlert }} + {{ commentAlert }} + {{ textAlert }}
-
-
- -
- - -
- - - + + + +
+
+
+
+ {{ passwordAlert }} + {{ passwordAlert2 }} +
+
- {{ passwordAlert }} - {{ passwordAlert2 }} @@ -136,6 +148,11 @@ resetCommentForm(); }; + // 비밀번호 경고 초기화 + const pwd2AlertHandler = () => { + if (isCheck.value === false) passwordAlert2.value = ''; + }; + // 입력 필드 리셋 함수 추가 const resetCommentForm = () => { comment.value = '';