From bec201b95bfbaba5a1153f250a23b0673ff1d14a Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 17 Oct 2024 19:05:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BA=94=E8=AF=A5=E4=B8=BA=E5=8F=AF?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@core/ui-kit/form-ui/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@core/ui-kit/form-ui/src/types.ts b/packages/@core/ui-kit/form-ui/src/types.ts index 92c0f080..6a128351 100644 --- a/packages/@core/ui-kit/form-ui/src/types.ts +++ b/packages/@core/ui-kit/form-ui/src/types.ts @@ -291,7 +291,7 @@ export interface FormRenderProps< export interface ActionButtonOptions extends VbenButtonProps { content?: string; // 原生类型 - htmlType: 'button' | 'reset' | 'submit'; + htmlType?: 'button' | 'reset' | 'submit'; show?: boolean; }