vue中v-html

 <p domPropsInnerHTML={item.content}></p>
 <p v-html={item.content}></p>
评论已关闭