From 86a18d4ac44c4e2817caafa69ec5385113004738 Mon Sep 17 00:00:00 2001 From: Avan Date: Mon, 12 Aug 2024 21:33:11 +0800 Subject: [PATCH] docs(Tabbar): improve md format --- src/components/tab-bar/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tab-bar/index.en.md b/src/components/tab-bar/index.en.md index 2df1dbc374..368d167869 100644 --- a/src/components/tab-bar/index.en.md +++ b/src/components/tab-bar/index.en.md @@ -31,7 +31,7 @@ Useful for switching between different pages. | --- | --- | --- | --- | --- | | badge | Badge,the same as [Badge](/components/badge) `content` prop | `React.ReactNode \| typeof Badge.dot` | - | | | icon | Icon | `ReactNode \| ((active: boolean) => ReactNode)` | - | | -| key | Corresponding to `activeKey` | `string` | - | +| key | Corresponding to `activeKey` | `string` | - | | | title | Title | `ReactNode \| ((active: boolean) => ReactNode)` | - | | | onClick | Callback when click item | `() => void` | - | 5.38.0 |