vue.js中,如何把text按html格式化顯示

先說方法:v-html = "你的字符串"html

 

<el-table-column type="expand" label="詳情" header-align="center">
  <template slot-scope="scope">
    <div v-html="scope.row.steps"></div>
  </template>
</el-table-column>

 

 

 

[格式化前]spa

 

 

[格式化後]code

相關文章
相關標籤/搜索