From 38a4436599e5054bbd2d8237e79f0731c204164a Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 25 Feb 2016 11:54:53 +0800 Subject: [PATCH] update form doc --- components/form/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/form/index.md b/components/form/index.md index 55a3635e4d..d680a6de83 100644 --- a/components/form/index.md +++ b/components/form/index.md @@ -41,6 +41,8 @@ ### Form +更多示例参考 [rc-form](http://react-component.github.io/form/)。 + | 参数 | 说明 | 类型 | 可选值 |默认值 | |-----------|------------------------------------------|------------|-------|--------| | form | 经 `Form.create()` 包装过的组件会自带 `this.props.form` 属性,直接传给 Form 即可 | object | | 无 | -- GitLab