mo 3 năm trước cách đây
mục cha
commit
72b57bb96f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/contentManager/contentOperation.vue

+ 3 - 1
src/views/contentManager/contentOperation.vue

@@ -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) {