Got comments working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user