添加评论展示功能
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
li(v-for='(newComment, index) in $store.state.newComments', :key='index')
|
||||
strong {{ newComment.comment_author }}:
|
||||
span
|
||||
nuxt-link(:to="'/post/' + newComment.post.ID + '#comments'") {{ newComment.comment_content }}
|
||||
nuxt-link(:to="'/post/' + newComment.post.ID + '#comments'" v-html="newComment.comment_content_html")
|
||||
.meta
|
||||
span
|
||||
Icon(:icon="['far', 'clock']")
|
||||
|
Reference in New Issue
Block a user