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
v-for="child in comment.children"
:key="child.id"
class="mt-8 pt-6 p
s-10 border-top"
class="mt-8 pt-6 ps-10 border-top"
>
<BoardComment
:comment="child"