Implement comment replies.

This commit is contained in:
FireMaskterK
2021-11-01 20:23:04 +00:00
parent 4b35b6925d
commit 8ea56aa0b9
3 changed files with 46 additions and 1 deletions

View File

@@ -123,7 +123,7 @@
class="uk-tile-default uk-align-left uk-width-expand"
:style="[{ background: backgroundColor }]"
>
<Comment :comment="comment" :uploader="video.uploader" />
<Comment :comment="comment" :uploader="video.uploader" :video-id="getVideoId()" />
</div>
</div>