添加轮播跳转和添加v-html前的富文本类名

This commit is contained in:
熊丽君
2021-08-23 18:06:56 +08:00
parent 17aa1285a9
commit 0ee2a12ce0
2 changed files with 9 additions and 8 deletions

View File

@ -78,7 +78,7 @@
</span>
</div>
<!-- <div v-html="formData.text"></div> -->
<div id="text">
<div id="text" class="ql-editor">
<!-- <editor v-model="formData.text" :min-height="192" /> -->
<div v-html="formData.text" />
</div>