|
@@ -10,11 +10,11 @@
|
|
|
|
|
|
<el-row class="content">
|
|
|
<el-col :span="16">
|
|
|
- <WangEditor style="width: 100%" :height="500" :content="formValidate.content" @editorContent="getEditorContent"></WangEditor>
|
|
|
+ <WangEditor style="width: 100%" :height="500" :value="formValidate.content" @input="getEditorContent"></WangEditor>
|
|
|
</el-col>
|
|
|
<el-col :span="6" style="width: 33%">
|
|
|
<div class="ifam">
|
|
|
- <div class="content" v-html="content"></div>
|
|
|
+ <div class="content" v-html="formValidate.content"></div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|