feat: 在表单提交按钮中添加 loading 状态
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 41s

This commit is contained in:
严浩
2024-11-25 15:11:34 +08:00
parent e4907efab5
commit be4adcc2b4

View File

@ -29,6 +29,7 @@ export const form: FormKitTypeDefinition = {
props: {
type: 'submit',
label: '$submitLabel',
loading: '$state.loading || undefined',
},
}))(),
),