From 9f9a0657f76f51404f5c33ea9be76c1669ee5222 Mon Sep 17 00:00:00 2001 From: Linmj <33464433+cfmj@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:16:05 +0800 Subject: [PATCH] docs(components): [tabs] update tabs.md (#8260) --- docs/en-US/component/tabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/component/tabs.md b/docs/en-US/component/tabs.md index adb1a167b3..c8741f243a 100644 --- a/docs/en-US/component/tabs.md +++ b/docs/en-US/component/tabs.md @@ -110,7 +110,7 @@ tabs/customized-trigger | --------- | ------------------------------------------------------------------------------------ | --------------- | --------------- | ------------------------------------------------------------------------------ | | label | title of the tab | string | — | — | | disabled | whether Tab is disabled | boolean | — | false | -| name | identifier corresponding to the name of Tabs, representing the alias of the tab-pane | string / number | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '1' | +| name | identifier corresponding to the name of Tabs, representing the alias of the tab-pane | string / number | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '0' | | closable | whether Tab is closable | boolean | — | false | | lazy | whether Tab is lazily rendered | boolean | — | false |