部分描述调整

This commit is contained in:
fofolee
2022-04-07 09:58:54 +08:00
parent eddadcada4
commit 343d9c4bd4
6 changed files with 30 additions and 19 deletions

View File

@@ -168,6 +168,9 @@ export default {
};
this.rawEditor.executeEdits("my-source", [op]);
},
destoryEditor() {
this.rawEditor.dispose();
},
},
};
</script>