We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698c0ff commit 4767f38Copy full SHA for 4767f38
components/tabs/index.zh-CN.md
@@ -53,7 +53,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
53
| change | 切换面板的回调 | Function(activeKey) {} |
54
| edit | 新增和删除页签的回调,在 `type="editable-card"` 时有效 | (action === 'add' ? event : targetKey, action): void |
55
| tabClick | tab 被点击的回调 | Function |
56
-| tabScroll | 滚动 TabBar 是触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } |
+| tabScroll | 滚动 TabBar 时触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } |
57
58
### Tabs.TabPane
59
0 commit comments