From e639ea335693d1edf2f38a90eb75b3266fab1c8f Mon Sep 17 00:00:00 2001 From: unknown <1269158832@qq.com> Date: Wed, 6 May 2020 21:43:09 +0800 Subject: [PATCH] [Fix] Table Support --- src/pages/admin/components/Simditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/admin/components/Simditor.vue b/src/pages/admin/components/Simditor.vue index b0dc5fb..448bfe5 100644 --- a/src/pages/admin/components/Simditor.vue +++ b/src/pages/admin/components/Simditor.vue @@ -14,7 +14,7 @@ props: { toolbar: { type: Array, - default: () => ['title', 'bold', 'italic', 'underline', 'fontScale', 'color', 'ol', 'ul', '|', 'link', 'image', 'uploadfile', 'hr', '|', 'indent', 'outdent', 'alignment', '|', 'markdown'] + default: () => ['title', 'bold', 'italic', 'underline', 'fontScale', 'color', 'ol', 'ul', '|', 'blockquote', 'code', 'link', 'table', 'image', 'uploadfile', 'hr', '|', 'indent', 'outdent', 'alignment', '|', 'markdown'] }, value: { type: String,