From 4767f38cb106cffe245582d69b4b36d12234068e Mon Sep 17 00:00:00 2001 From: ZhouWei <1244620067@qq.com> Date: Sat, 27 May 2023 10:41:24 +0800 Subject: [PATCH] docs: update v4 tabs doc error(#6606) --- components/tabs/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/index.zh-CN.md b/components/tabs/index.zh-CN.md index 9fc41c7e0f..006c000e0e 100644 --- a/components/tabs/index.zh-CN.md +++ b/components/tabs/index.zh-CN.md @@ -53,7 +53,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。 | change | 切换面板的回调 | Function(activeKey) {} | | edit | 新增和删除页签的回调,在 `type="editable-card"` 时有效 | (action === 'add' ? event : targetKey, action): void | | tabClick | tab 被点击的回调 | Function | -| tabScroll | 滚动 TabBar 是触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } | +| tabScroll | 滚动 TabBar 时触发 | { direction: 'left' \| 'right' \| 'top' \| 'bottom' } | ### Tabs.TabPane