fix thread view
This commit is contained in:
parent
ae5984d2f1
commit
4bba716409
2 changed files with 2 additions and 18 deletions
|
|
@ -28,7 +28,7 @@
|
|||
class="thread-tree-replies"
|
||||
>
|
||||
<ThreadTree
|
||||
v-for="replyStatus in currentReplies"
|
||||
v-for="replyStatusId in currentReplies"
|
||||
:key="replyStatusId"
|
||||
ref="childComponent"
|
||||
:depth="depth + 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue