This commit is contained in:
kimdaae328 2025-02-21 09:56:39 +09:00
parent c46bda283f
commit a2551e0e58

View File

@ -98,7 +98,6 @@
<BoardCommentList
:unknown="unknown"
:comments="comments"
<<<<<<< HEAD
:isCommentPassword="isCommentPassword"
:isEditTextarea="isEditTextarea"
:passwordAlert="passwordAlert"
@ -110,11 +109,6 @@
@commentDeleted="handleCommentDeleted"
@cancelEdit="handleCancelEdit"
@submitEdit="handleSubmitEdit"
=======
@updateReaction="handleCommentReaction"
@submitComment="handleCommentReply"
@commentDeleted="handleCommentDeleted"
>>>>>>> origin/main
/>
<Pagination
v-if="pagination.pages"