feat: naive Textarea input
This commit is contained in:
@@ -59,8 +59,9 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
{
|
||||
fieldName: 'description',
|
||||
label: '应用描述',
|
||||
component: 'Textarea',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
type: 'textarea',
|
||||
placeholder: '请输入应用描述',
|
||||
},
|
||||
},
|
||||
@@ -158,8 +159,9 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
{
|
||||
fieldName: 'additionalInformation',
|
||||
label: '附加信息',
|
||||
component: 'Textarea',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
type: 'textarea',
|
||||
placeholder: '请输入附加信息,JSON 格式数据',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user