docs(tabs): update label docs of tab-pane (#1646)

This commit is contained in:
Ryan2128 2021-03-15 20:46:22 +08:00 committed by GitHub
parent 4c3eb20b0b
commit 8cb7ddc400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 36 additions and 1 deletions

View File

@ -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 |
| lazy | whether Tab is lazily rendered | boolean | — | false |
### Tab-pane Slots
| Name | Description |
|------|--------|
| - | Tab-pane's content |
| label | Tab-pane's label |

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |

View File

@ -303,3 +303,10 @@
| name | 与选项卡绑定值 value 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' |
| closable | 标签是否可关闭 | boolean | — | false |
| lazy | 标签是否延迟渲染 | boolean | — | false |
### Tab-pane Slots
| name | 说明 |
|------|--------|
| - | Tab-pane 的内容 |
| label | Tab-pane 的标题内容 |