공지 복구
This commit is contained in:
parent
e447968ecf
commit
d4bfc164a4
@ -78,11 +78,9 @@
|
||||
style="line-height: 1.6"
|
||||
v-html="$common.contentToHtml(boardContent)"
|
||||
></div>
|
||||
<div v-if="!unknown" class= "my-12 py-12 pt-12">
|
||||
</div>
|
||||
|
||||
<!-- 좋아요 버튼 -->
|
||||
<div v-if="unknown" class="row justify-content-center my-10">
|
||||
<div class="row justify-content-center my-10">
|
||||
<BoardRecommendBtn
|
||||
:bigBtn="true"
|
||||
:boardId="currentBoardId"
|
||||
@ -94,7 +92,7 @@
|
||||
@updateReaction="handleUpdateReaction"
|
||||
/>
|
||||
</div>
|
||||
<div v-if="unknown">
|
||||
<div>
|
||||
<!-- 댓글 입력 영역 -->
|
||||
<BoardCommentArea
|
||||
:profileName="profileName"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user