feat: markdown style

This commit is contained in:
tim
2025-07-21 23:07:03 +08:00
parent 846b265b9a
commit 929b9baa0c
4 changed files with 8 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ export default {
onMounted(() => {
vditorInstance.value = new Vditor(props.editorId, {
placeholder: '请输入正文...',
height: 450,
theme: getEditorTheme(),
preview: {
theme: { current: getPreviewTheme() },