feat: improve element plus form component (#5072)

This commit is contained in:
Netfan
2024-12-08 19:29:49 +08:00
committed by GitHub
parent 958c8b4f21
commit 305549e7f2
6 changed files with 213 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ setupVbenForm<ComponentType>({
config: {
modelPropNameMap: {
Upload: 'fileList',
CheckboxGroup: 'model-value',
},
},
defineRules: {