@@ -131,9 +131,9 @@ export default {
}
},
methods: {
- // init() {
- // this.editorContent = this.content || '';
- // },
+ init() {
+ this.editorContent = this.content || '';
+ },
beforeUpload(file) {},
// 值发生变化
onEditorChange(editor) {