From f5b57edbf41a72d25b631807ca2d61b4a3150388 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 10 Jun 2015 17:23:15 +0800 Subject: [PATCH] typo --- components/tab/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/tab/index.md b/components/tab/index.md index cde5920ca3..c7f3fca6ff 100644 --- a/components/tab/index.md +++ b/components/tab/index.md @@ -9,7 +9,7 @@ ## API -### Tabs +### Tab | 参数 | 说明 | 类型 | 默认值 | |------------------|----------------------------------------------|----------|------------| @@ -20,9 +20,9 @@ | onTabClick | tab 被点击的回调 | Function | 无 | -### TabPane +### Tab.Panel | 参数 | 说明 | 类型 | 默认值 | |------|---------------------|--------|--------| | key | 对应 activeKey | Object | 无 | -| tab | 当前 tab 对应的面板 | String | 无 | +| tab | 选项卡头显示文字 | String | 无 |