Commit 43d9fe0b authored by 黄奎's avatar 黄奎

页面修改

parent ef375abe
...@@ -609,14 +609,14 @@ ...@@ -609,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,
......
This diff is collapsed.
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
quillEditor quillEditor
} from "vue-quill-editor"; } from "vue-quill-editor";
import * as Quill from "quill"; //引入编辑器 import * as Quill from "quill"; //引入编辑器
import MyEdit from "../../EditTemplate.vue"; import MyEdit from "../../TripEditTemplate.vue";
//quill编辑器的字体 //quill编辑器的字体
var fonts = [ var fonts = [
"SimSun", "SimSun",
......
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