Commit abc99679 authored by 张俊's avatar 张俊

bg-code-editor

parent 13e93eed
...@@ -83,7 +83,7 @@ watch( ...@@ -83,7 +83,7 @@ watch(
) )
const codeChange = (val,val1,val2)=>{ const codeChange = (val,val1,val2)=>{
emit("update:modelValue", val1.renderer.content.innerText); emit("update:modelValue", states.content);
} }
onMounted(() => { onMounted(() => {
......
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