mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
描述支持html
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<el-table-column prop="versionValue" width="120" />
|
||||
</el-table>
|
||||
<h3>接口描述</h3>
|
||||
<div class="doc-overview">{{ docInfo.description || docInfo.title }}</div>
|
||||
<div class="doc-overview" v-html="docInfo.description || docInfo.title"></div>
|
||||
<h3>请求地址</h3>
|
||||
<el-table
|
||||
:data="[{ envLabel: '环境', envValue: '正式环境', urlLabel: '请求地址', urlValue: urlProd }]"
|
||||
|
Reference in New Issue
Block a user