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 | 无 |