댓글 작성 시 줄바꿈 하고 글 쓰면 반영이 안됌 >> 반영되서 댓글 나오게 수정

This commit is contained in:
nevermoregb 2025-03-25 12:55:15 +09:00
parent e6e2062474
commit e393574ae6

View File

@ -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> -->