Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/src/components/common-ui/vben-form.md
|
|
@ -347,7 +347,7 @@ export interface ActionButtonOptions { |
|
|
/** 是否显示 */ |
|
|
/** 是否显示 */ |
|
|
show?: boolean; |
|
|
show?: boolean; |
|
|
/** 按钮文本 */ |
|
|
/** 按钮文本 */ |
|
|
text?: string; |
|
|
content?: string; |
|
|
/** 任意属性 */ |
|
|
/** 任意属性 */ |
|
|
[key: string]: any; |
|
|
[key: string]: any; |
|
|
} |
|
|
} |
|
|
|