Commit ef375abe authored by 黄奎's avatar 黄奎

页面修改

parent 1ca5ca96
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<template> <template>
<div> <div>
<!-- 图片上传组件辅助--> <!-- 图片上传组件辅助-->
<el-upload :id="myImageUploader" :http-request="uploadImage" :show-file-list="false" action="" v-if="toolbar.image"> <el-upload :id="myImageUploader" :http-request="uploadImage" :show-file-list="false" action="" v-if="toolbar.image">
</el-upload> </el-upload>
<quill-editor :options="editorOption" :ref="myQuillEditor" @change="onEditorChange($event)" v-model="quillValue" class="_quill_editor"> <quill-editor :options="editorOption" :ref="myQuillEditor" @change="onEditorChange($event)" v-model="quillValue" class="_quill_editor">
...@@ -608,14 +609,14 @@ ...@@ -608,14 +609,14 @@
} }
} }
}, },
// watch: { watch: {
// editValue: { editValue: {
// handler: function (val, oldVal) { handler: function (val, oldVal) {
// this.quillValue = val this.quillValue = val
// }, },
// deep: true deep: true
// }, },
// }, },
methods: { methods: {
onEditorChange({ onEditorChange({
editor, 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