Update form.md

This commit is contained in:
刀刀
2021-04-26 09:46:10 +08:00
committed by GitHub
parent a707dae623
commit 11f249669e

View File

@@ -112,7 +112,7 @@ type表单项类型以下是支持的组件列表以下所有组件 pro
"field_name|字段名" => [ "field_name|字段名" => [
"type" => "textarea", "type" => "textarea",
"props" => [ "props" => [
"row" => 6, // 行数, 默认6 "rows" => 6, // 行数, 默认6
] ]
] ]
] ]