From a8b976b8028969cf33161cd44e6b47495bdaf97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Thu, 9 Apr 2020 16:12:47 +0800 Subject: [PATCH] docs: update Radio.Button (#23078) * Update index.zh-CN.md * Update index.en-US.md --- components/tabs/index.en-US.md | 2 +- components/tabs/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/index.en-US.md b/components/tabs/index.en-US.md index 1af9528702..8ac2b1b63c 100644 --- a/components/tabs/index.en-US.md +++ b/components/tabs/index.en-US.md @@ -13,7 +13,7 @@ Ant Design has 3 types of Tabs for different situations. - Card Tabs: for managing too many closeable views. - Normal Tabs: for functional aspects of a page. -- [RadioButton](/components/radio/#components-radio-demo-radiobutton): for secondary tabs. +- [Radio.Button](/components/radio/#components-radio-demo-radiobutton): for secondary tabs. ## API diff --git a/components/tabs/index.zh-CN.md b/components/tabs/index.zh-CN.md index a962b420e4..433dda1535 100644 --- a/components/tabs/index.zh-CN.md +++ b/components/tabs/index.zh-CN.md @@ -16,7 +16,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。 - 卡片式的页签,提供可关闭的样式,常用于容器顶部。 - 既可用于容器顶部,也可用于容器内部,是最通用的 Tabs。 -- [RadioButton](/components/radio/#components-radio-demo-radiobutton) 可作为更次级的页签来使用。 +- [Radio.Button](/components/radio/#components-radio-demo-radiobutton) 可作为更次级的页签来使用。 ## API