mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 15:41:08 +08:00
chore: 应该为可选
This commit is contained in:
@@ -291,7 +291,7 @@ export interface FormRenderProps<
|
||||
export interface ActionButtonOptions extends VbenButtonProps {
|
||||
content?: string;
|
||||
// 原生类型
|
||||
htmlType: 'button' | 'reset' | 'submit';
|
||||
htmlType?: 'button' | 'reset' | 'submit';
|
||||
show?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user