mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
docs(tabs): update label docs of tab-pane (#1646)
This commit is contained in:
parent
4c3eb20b0b
commit
8cb7ddc400
@ -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 |
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
|
@ -303,3 +303,10 @@
|
||||
| name | 与选项卡绑定值 value 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' |
|
||||
| closable | 标签是否可关闭 | boolean | — | false |
|
||||
| lazy | 标签是否延迟渲染 | boolean | — | false |
|
||||
|
||||
### Tab-pane Slots
|
||||
|
||||
| name | 说明 |
|
||||
|------|--------|
|
||||
| - | Tab-pane 的内容 |
|
||||
| label | Tab-pane 的标题内容 |
|
||||
|
Loading…
Reference in New Issue
Block a user