Browse Source

docs(tabs): update v3-tabs doc erroe(#6606) (#6608)

pull/6657/head
selicens 2 years ago committed by GitHub
parent
commit
1001ff3834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tabs/index.zh-CN.md

2
components/tabs/index.zh-CN.md

@ -52,7 +52,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
| change | 切换面板的回调 | Function(activeKey) {} |
| edit | 新增和删除页签的回调,在 `type="editable-card"` 时有效 | (targetKey, action): void |
| tabClick | tab 被点击的回调 | Function |
| tabScroll | 滚动 TabBar 触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } |
| tabScroll | 滚动 TabBar 触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } |
### Tabs.TabPane

Loading…
Cancel
Save