细节优化

This commit is contained in:
zhoumingfa
2024-08-14 14:58:10 +08:00
parent 66cd067fa1
commit b16d8a6128
4 changed files with 5 additions and 4 deletions

View File

@@ -61,7 +61,6 @@
watch(
() => props.modelValue,
(nVal) => {
console.log(nVal);
editorHtml.value = nVal;
},
{