From 031c5f35c644ebbbf1cd0e8691c499317708f08c Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Tue, 25 Mar 2025 16:14:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20maxlength=208=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/board/BoardComment.vue | 2 +- src/components/board/BoardCommentArea.vue | 2 +- src/views/board/BoardView.vue | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue index 2a6a469..fa13318 100644 --- a/src/components/board/BoardComment.vue +++ b/src/components/board/BoardComment.vue @@ -24,7 +24,7 @@ class="form-control" :value="password" autocomplete="new-password" - maxlength="4" + maxlength="8" placeholder="비밀번호 입력" @input="filterInput" /> diff --git a/src/components/board/BoardCommentArea.vue b/src/components/board/BoardCommentArea.vue index 57f65ec..ed522cf 100644 --- a/src/components/board/BoardCommentArea.vue +++ b/src/components/board/BoardCommentArea.vue @@ -57,7 +57,7 @@ autocomplete="new-password" v-model="password" placeholder="비밀번호" - maxlength="4" + maxlength="8" @input=" password = password.replace(/\s/g, ''); clearAlert('password'); diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index afa527d..7b4e57e 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -30,6 +30,7 @@ autocomplete="new-password" v-model="password" placeholder="비밀번호 입력" + maxlength="8" @input=" password = password.replace(/\s/g, ''); inputCheck();