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

页面修改

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