This commit is contained in:
kimdaae328 2025-02-14 03:02:38 +09:00
parent 737481cbae
commit af36b11b6e

View File

@ -12,8 +12,7 @@
<li <li
v-for="child in comment.children" v-for="child in comment.children"
:key="child.id" :key="child.id"
class="mt-8 pt-6 p class="mt-8 pt-6 ps-10 border-top"
s-10 border-top"
> >
<BoardComment <BoardComment
:comment="child" :comment="child"