Skip to content

Commit 1001ff3

Browse files
authored
docs(tabs): update v3-tabs doc erroe(#6606) (#6608)
1 parent 3057cfe commit 1001ff3

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

5757
### Tabs.TabPane
5858

0 commit comments

Comments
 (0)