mirror of https://github.com/halo-dev/halo
Format comment content.
parent
718a0cbbdb
commit
08b7283d49
|
@ -70,6 +70,12 @@
|
||||||
:loading="commentsLoading"
|
:loading="commentsLoading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
>
|
>
|
||||||
|
<p
|
||||||
|
slot="content"
|
||||||
|
slot-scope="content"
|
||||||
|
v-html="content"
|
||||||
|
>
|
||||||
|
</p>
|
||||||
<span
|
<span
|
||||||
slot="status"
|
slot="status"
|
||||||
slot-scope="statusProperty"
|
slot-scope="statusProperty"
|
||||||
|
|
Loading…
Reference in New Issue