Skip to content

Commit 6be947a

Browse files
authored
docs: update v4 tabs doc error(#6606) (#6607)
1 parent 45ede08 commit 6be947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tabs/index.zh-CN.md

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

5858
### Tabs.TabPane
5959

0 commit comments

Comments
 (0)