Skip to content

Commit

Permalink
docs: update form docs (#5485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Feb 6, 2025
1 parent 061fcf9 commit a9f9031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/common-ui/vben-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export interface ActionButtonOptions {
/** 是否显示 */
show?: boolean;
/** 按钮文本 */
text?: string;
content?: string;
/** 任意属性 */
[key: string]: any;
}
Expand Down

0 comments on commit a9f9031

Please sign in to comment.