This commit is contained in:
kimdaae328 2025-02-27 12:45:43 +09:00
parent 9293bba077
commit 4145fdc445

View File

@ -106,7 +106,7 @@
<BoardCommentList
:unknown="unknown"
:comments="commentsWithAuthStatus"
:isCommentPassword="isCommentPassword"
:isCommentPassword="Boolean(isCommentPassword)"
:isEditTextarea="isEditTextarea"
:passwordCommentAlert="passwordCommentAlert"
@editClick="editComment"
@ -405,7 +405,7 @@ const handleCommentSubmit = async (data, isCheck) => {
});
if (response.status === 200) {
console.log('댓글 작성 성공:', response.data.message);
// console.log(' :', response.data.message);
passwordAlert.value = '';
commentAlert.value = '';
await fetchComments();