1
@@ -950,7 +950,9 @@ export default {
};
return tempTitle[type];
},
- onEditorChange ({ quill, html, text }) {
+ onEditorChange ( html ) {
+ // console.log(html,'html')
+
this.form.content = html;
beforeUpload (file) {