diff --git a/website/docs/en-US/tabs.md b/website/docs/en-US/tabs.md index 540d486d81..9fac229db2 100644 --- a/website/docs/en-US/tabs.md +++ b/website/docs/en-US/tabs.md @@ -304,4 +304,11 @@ Only card type Tabs support addable & closeable. | disabled | whether Tab is disabled | boolean | — | false | | name | identifier corresponding to the name of Tabs, representing the alias of the tab-pane | string | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '1' | | closable | whether Tab is closable | boolean | — | false | -| lazy | whether Tab is lazily rendered | boolean | — | false | \ No newline at end of file +| lazy | whether Tab is lazily rendered | boolean | — | false | + +### Tab-pane Slots + +| Name | Description | +|------|--------| +| - | Tab-pane's content | +| label | Tab-pane's label | diff --git a/website/docs/es/tabs.md b/website/docs/es/tabs.md index 18fb5f793e..62088117dc 100644 --- a/website/docs/es/tabs.md +++ b/website/docs/es/tabs.md @@ -305,3 +305,10 @@ Solo las pestañas de tipo tarjeta soportan adición y cierre. | name | identificador correspondiente al value de la Tabulación, representando el alias del tab-pane | string | — | número ordinal del tab-pane en la secuencia, p.ej el primer tab-pane de pestañas es '1' | | closable | si el Tab es cerrable | boolean | — | false | | lazy | si Tab es renderizado con `lazy-load` | boolean | — | false | + +### Tab-pane Slots + +| Name | Description | +|------|--------| +| - | Tab-pane's content | +| label | Tab-pane's label | diff --git a/website/docs/fr-FR/tabs.md b/website/docs/fr-FR/tabs.md index 43a262e311..cac8f6ba84 100644 --- a/website/docs/fr-FR/tabs.md +++ b/website/docs/fr-FR/tabs.md @@ -308,3 +308,10 @@ Seuls les onglets de type carte supportent l'ajout et la suppression. | name | Identifiant correspondant au nom des onglets, utilisé par Tabs pour savoir quel est l'onglet actif. | string | — | Numéro de l'onglet dans l'ordre d'apparition, e.g. le premier est '1'. | | closable | Si l'onglet est supprimable. | boolean | — | false | | lazy | Si le contenu de l'onglet bénéficie du lazy-loading. | boolean | — | false | + +### Tab-pane Slots + +| Name | Description | +|------|--------| +| - | Tab-pane's content | +| label | Tab-pane's label | diff --git a/website/docs/jp/tabs.md b/website/docs/jp/tabs.md index 4b0d8d82f3..0f1320958e 100644 --- a/website/docs/jp/tabs.md +++ b/website/docs/jp/tabs.md @@ -305,3 +305,10 @@ | name | タブの名前に対応する識別子、タブペインのエイリアスを表す | string | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '1' | | closable | タブが閉じられるかどうか | boolean | — | false | | lazy | タブがレイジーにレンダリングされるかどうか | boolean | — | false | + +### Tab-pane Slots + +| Name | Description | +|------|--------| +| - | Tab-pane's content | +| label | Tab-pane's label | diff --git a/website/docs/zh-CN/tabs.md b/website/docs/zh-CN/tabs.md index 5c59692a26..e88bbde4af 100644 --- a/website/docs/zh-CN/tabs.md +++ b/website/docs/zh-CN/tabs.md @@ -303,3 +303,10 @@ | name | 与选项卡绑定值 value 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' | | closable | 标签是否可关闭 | boolean | — | false | | lazy | 标签是否延迟渲染 | boolean | — | false | + +### Tab-pane Slots + +| name | 说明 | +|------|--------| +| - | Tab-pane 的内容 | +| label | Tab-pane 的标题内容 |