Show commented time

This commit is contained in:
root
2021-12-11 21:17:52 +05:30
parent 2edc89fc07
commit 3914900dea
+1
View File
@@ -11,6 +11,7 @@
<router-link :to="comment.commentorUrl" class="text-decoration-none primary--text">
<b>{{ comment.author }}</b><v-icon v-if="comment.verified">mdi-account-check</v-icon>
</router-link>
{{ comment.commentedTime }}
<div v-html="renderedCommentTxt" />