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 |