Browse Source

Format comment content.

pull/9/head
ruibaby 6 years ago
parent
commit
08b7283d49
  1. 6
      src/views/comment/CommentList.vue

6
src/views/comment/CommentList.vue

@ -70,6 +70,12 @@
:loading="commentsLoading"
:pagination="false"
>
<p
slot="content"
slot-scope="content"
v-html="content"
>
</p>
<span
slot="status"
slot-scope="statusProperty"

Loading…
Cancel
Save