Skip to content

Commit 2f1f73c

Browse files
committed
docs: update form docs
1 parent 061fcf9 commit 2f1f73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/common-ui/vben-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export interface ActionButtonOptions {
347347
/** 是否显示 */
348348
show?: boolean;
349349
/** 按钮文本 */
350-
text?: string;
350+
content?: string;
351351
/** 任意属性 */
352352
[key: string]: any;
353353
}

0 commit comments

Comments
 (0)