Skip to content

Commit

Permalink
fix(module: tab): fix vertical-bar error in docs (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmsreborn authored and vthinkxie committed May 24, 2018
1 parent b44296e commit e5d5860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
| nzSelectedIndex | 当前激活 tab 面板的 序列号,可双向绑定 | number ||
| nzSelectedIndexChange | 当前激活 tab 面板的 序列号变更回调函数 | (nzSelectedIndex:number)=>{} ||
| nzSelectChange | 当前激活 tab 面板变更回调函数 | (nzSelectedIndex: number,tab: NzTabComponent)=>{} ||
| nzAnimated | 是否使用动画切换 Tabs,在 `nzTabPosition=top|bottom` 时有效 | `boolean | {inkBar:boolean, tabPane:boolean} true`, 当 type="card" 时为 false |
| nzAnimated | 是否使用动画切换 Tabs,在 nzTabPosition=top丨bottom 时有效 | boolean丨{inkBar:boolean, tabPane:boolean} | true, 当 type="card" 时为 false |
| nzSize | 大小,提供 `large` `default``small` 三种大小 | string | 'default' |
| nzTabBarExtraContent | tab bar 上额外的元素 | `TemplateRef<void>` ||
| nzTabBarStyle | tab bar 的样式对象 | object | - |
Expand Down

0 comments on commit e5d5860

Please sign in to comment.