feat:增加 tinymce 组件

This commit is contained in:
YunaiV
2025-04-19 09:27:10 +08:00
parent 92c88fd1a3
commit bd3b95f447
9 changed files with 570 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ setupVbenForm<ComponentType>({
modelPropNameMap: {
Checkbox: 'checked',
Radio: 'checked',
RichTextarea: 'modelValue',
Switch: 'checked',
Upload: 'fileList',
},