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

@@ -115,7 +115,7 @@ function type(status: ProblemStatus) {
<div v-for="(sample, index) of samples" :key="index">
<n-space align="center">
<p class="title" :style="style">测试 {{ index + 1 }}</p>
<p class="title" :style="style">测试 {{ index + 1 }}</p>
<n-button
size="small"
:type="type(sample.status)"

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> = {