fix: ImageUpload config
This commit is contained in:
@@ -52,9 +52,6 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'picUrl',
|
||||
label: '文章封面',
|
||||
component: 'ImageUpload',
|
||||
componentProps: {
|
||||
maxSize: 1,
|
||||
},
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user