From 1001ff383478b40136b8561d26b97832506e85a9 Mon Sep 17 00:00:00 2001 From: selicens <1244620067@qq.com> Date: Thu, 1 Jun 2023 14:56:09 +0800 Subject: [PATCH] docs(tabs): update v3-tabs doc erroe(#6606) (#6608) --- 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 c8a284fb5..0dac81dba 100644 --- a/components/tabs/index.zh-CN.md +++ b/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