Got comments working

This commit is contained in:
2026-03-01 13:18:12 -05:00
parent 5483e42bb4
commit 7c090c647e
4 changed files with 48 additions and 13 deletions

View File

@@ -96,7 +96,7 @@
</div>
<!-- discussion placeholder -->
<CommentThread :parent-id="post.id" :comments="post.comments" />
<CommentThread :parent-id="post.id" :comments="post.comments" @comments-updated="post.comments = $event" />
</div>
<div v-else>