[+] Display comments users
This commit is contained in:
@@ -47,7 +47,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
TODO: Comment section still in development... coming soon!
|
<LoadingSpinner v-if="detailsComments == null"/>
|
||||||
|
<div class="comment" v-else v-for="comment of detailsComments">
|
||||||
|
<div class="user">
|
||||||
|
{{comment.firstName}} {{comment.lastName}}:
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user