Commit ef375abe authored by 黄奎's avatar 黄奎

页面修改

parent 1ca5ca96
......@@ -8,6 +8,7 @@
<template>
<div>
<!-- 图片上传组件辅助-->
<el-upload :id="myImageUploader" :http-request="uploadImage" :show-file-list="false" action="" v-if="toolbar.image">
</el-upload>
<quill-editor :options="editorOption" :ref="myQuillEditor" @change="onEditorChange($event)" v-model="quillValue" class="_quill_editor">
......@@ -608,14 +609,14 @@
}
}
},
// watch: {
// editValue: {
// handler: function (val, oldVal) {
// this.quillValue = val
// },
// deep: true
// },
// },
watch: {
editValue: {
handler: function (val, oldVal) {
this.quillValue = val
},
deep: true
},
},
methods: {
onEditorChange({
editor,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment