From fc7854b82a8d3d19f97173057f1c99f54adbf4da Mon Sep 17 00:00:00 2001 From: yiminghe Date: Mon, 20 Jul 2015 22:41:10 +0800 Subject: [PATCH] update radio docs --- components/radio/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/radio/index.md b/components/radio/index.md index 09b40542cb..c742022a5c 100644 --- a/components/radio/index.md +++ b/components/radio/index.md @@ -30,6 +30,6 @@ | 参数 | 说明 | 类型 | 必选值 | 默认值 | |----------------|------------------------------------------|------------|---------|--------| | onChange | 变化时回调函数,组合时必须 | Function(e:Event) | false | null | -| value | 当前值 | | | -| defaultValue | 初始值 | | | +| value | 当前值 | | | | +| defaultValue | 初始值 | | | | |