diff --git a/jiuyi2/components/public/editor/editor.vue b/jiuyi2/components/public/editor/editor.vue index 5fe46120..94e059e3 100644 --- a/jiuyi2/components/public/editor/editor.vue +++ b/jiuyi2/components/public/editor/editor.vue @@ -16,6 +16,8 @@ const { proxy } = getCurrentInstance() + + const emits = defineEmits(['update:modelValue']); // 编辑器内容 const formats = reactive({}) // 编辑器上下文对象 @@ -57,7 +59,6 @@ * @param {Object} event */ function handleEditor(event) { - console.log('format', event.target.dataset) let { name, value @@ -220,8 +221,9 @@ - + diff --git a/jiuyi2/pages/release/commodity.vue b/jiuyi2/pages/release/commodity.vue index 82f3559a..b212da98 100644 --- a/jiuyi2/pages/release/commodity.vue +++ b/jiuyi2/pages/release/commodity.vue @@ -327,7 +327,7 @@ - +