perf: wangeditor

This commit is contained in:
xiaoxian521
2022-04-20 13:38:33 +08:00
parent 294e4f6601
commit 0d694e9870
6 changed files with 30 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ onMounted(() => {
}, 1500);
});
const toolbarConfig = {};
const toolbarConfig = { excludeKeys: "fullScreen" };
const editorConfig = { placeholder: "请输入内容..." };
// 组件销毁时,也及时销毁编辑器