..
This commit is contained in:
parent
9293bba077
commit
4145fdc445
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user