add table.

This commit is contained in:
2023-06-21 10:59:09 +08:00
parent a4a6e8c6ce
commit 54e749a714
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ watch(rawHtml, () => emit("update:value", rawHtml.value))
const editorRef = shallowRef<IDomEditor>()
const toolbarConfig: Partial<IToolbarConfig> = {
excludeKeys: ["todo", "insertVideo", "insertTable", "fullScreen"],
excludeKeys: ["todo", "insertVideo", "fullScreen"],
}
const editorConfig: Partial<IEditorConfig> = {