feat: 在表单提交按钮中添加 loading 状态
This commit is contained in:
@ -29,6 +29,7 @@ export const form: FormKitTypeDefinition = {
|
||||
props: {
|
||||
type: 'submit',
|
||||
label: '$submitLabel',
|
||||
loading: '$state.loading || undefined',
|
||||
},
|
||||
}))(),
|
||||
),
|
||||
|
Reference in New Issue
Block a user