|
@@ -32,7 +32,7 @@
|
|
|
v-if="!isEdit"
|
|
|
:class="['nginx-body-cont', { 'is-none': !nginxContent }]"
|
|
|
>
|
|
|
- {{ nginxContent || "暂无内容" }}
|
|
|
+ <div v-html="nginxContent || '暂无内容'"></div>
|
|
|
</div>
|
|
|
<div v-else class="nginx-body-edit">
|
|
|
<el-input v-model="nginxContent" type="textarea"></el-input>
|