공지 댓글 삭제

This commit is contained in:
dyhj625 2025-03-27 16:22:17 +09:00
parent 6e14790e41
commit 42987e8554
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<span>{{ date }}</span>
<template v-if="showDetail">
<span class="ms-2"> <i class="fa-regular fa-eye"></i> {{ views }} </span>
<span class="ms-1"> <i class="bx bx-comment"></i> {{ commentNum }} </span>
<span v-if="unknown" class="ms-1"> <i class="bx bx-comment"></i> {{ commentNum }} </span>
</template>
</div>
</div>

View File

@ -92,7 +92,7 @@
@updateReaction="handleUpdateReaction"
/>
</div>
<div v-if="unknown">
<!-- 댓글 입력 영역 -->
<BoardCommentArea
:profileName="profileName"
@ -102,6 +102,7 @@
:maxLength="500"
@submitComment="handleCommentSubmit"
/>
</div>
</div>
<!-- 댓글 목록 -->