兰宝车间质量管理系统-前端
QianRj
2024-12-25 b600fb34b56888e6cd4807047ec7bb3cb6b193aa
src/components/Editor/index.vue
@@ -110,7 +110,7 @@
  () => props.modelValue,
  (v: string) => {
    if (v !== content.value) {
      content.value = v === undefined ? '<p></p>' : v;
      content.value = v || '<p></p>';
    }
  },
  { immediate: true }