diff --git a/open-isle-cli/src/components/CommentEditor.vue b/open-isle-cli/src/components/CommentEditor.vue index 5def6d795..bd32119f5 100644 --- a/open-isle-cli/src/components/CommentEditor.vue +++ b/open-isle-cli/src/components/CommentEditor.vue @@ -54,9 +54,7 @@ export default { vditorInstance.value = new Vditor(props.editorId, { placeholder: '说点什么...', height: 120, - theme: 'classic', preview: { - theme: { current: 'light' }, actions: [], markdown: { toc: false } },