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 = '';