feat: form component IconPicker
(#5005)
This commit is contained in:
@@ -57,6 +57,11 @@ const [BaseForm, baseFormApi] = useVbenForm({
|
||||
label: '数字(带后缀)',
|
||||
suffix: () => '¥',
|
||||
},
|
||||
{
|
||||
component: 'IconPicker',
|
||||
fieldName: 'icon',
|
||||
label: '图标',
|
||||
},
|
||||
{
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
|
Reference in New Issue
Block a user