feat: poster

This commit is contained in:
tim
2025-07-06 01:38:48 +08:00
parent 3f9699534c
commit 9e76b58cac
3 changed files with 64 additions and 18 deletions

View File

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