공지사항 댓글,좋아요기능 삭제
This commit is contained in:
parent
4a8f74c357
commit
6c7ccff8ea
@ -78,9 +78,11 @@
|
|||||||
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 class="row justify-content-center my-10">
|
<div v-if="unknown" class="row justify-content-center my-10">
|
||||||
<BoardRecommendBtn
|
<BoardRecommendBtn
|
||||||
:bigBtn="true"
|
:bigBtn="true"
|
||||||
:boardId="currentBoardId"
|
:boardId="currentBoardId"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user