@@ -75,7 +75,7 @@
<span>{temp.title}</span>
<span>{dateMatter(temp.createtime)}</span>
</div>
- <p>{temp.content}</p>
+ <p v-html="temp.content"></p>