공지 복구
This commit is contained in:
parent
e447968ecf
commit
d4bfc164a4
@ -78,11 +78,9 @@
|
|||||||
style="line-height: 1.6"
|
style="line-height: 1.6"
|
||||||
v-html="$common.contentToHtml(boardContent)"
|
v-html="$common.contentToHtml(boardContent)"
|
||||||
></div>
|
></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
|
<BoardRecommendBtn
|
||||||
:bigBtn="true"
|
:bigBtn="true"
|
||||||
:boardId="currentBoardId"
|
:boardId="currentBoardId"
|
||||||
@ -94,7 +92,7 @@
|
|||||||
@updateReaction="handleUpdateReaction"
|
@updateReaction="handleUpdateReaction"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="unknown">
|
<div>
|
||||||
<!-- 댓글 입력 영역 -->
|
<!-- 댓글 입력 영역 -->
|
||||||
<BoardCommentArea
|
<BoardCommentArea
|
||||||
:profileName="profileName"
|
:profileName="profileName"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user