댓글 작성 시 줄바꿈 하고 글 쓰면 반영이 안됌 >> 반영되서 댓글 나오게 수정
This commit is contained in:
parent
e6e2062474
commit
e393574ae6
@ -43,7 +43,7 @@
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<p class="m-0">{{ comment.content }}</p>
|
||||
<div class="m-0" style="white-space: pre-wrap">{{ comment.content }}</div>
|
||||
</template>
|
||||
</div>
|
||||
<!-- <p>현재 isDeleted 값: {{ isDeleted }}</p> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user