From 6d705d1093019cb99b9ccc6aa85eaf5708aaa0b7 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Tue, 18 Feb 2025 14:42:14 +0900 Subject: [PATCH] boardCommentArea --- src/components/board/BoardCommentArea.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/board/BoardCommentArea.vue b/src/components/board/BoardCommentArea.vue index 239e862..db85f1d 100644 --- a/src/components/board/BoardCommentArea.vue +++ b/src/components/board/BoardCommentArea.vue @@ -93,4 +93,6 @@ function handleCommentSubmit() { comment.value = ''; password.value = ''; } + +