docs: Optimize Tabs docs (#14938)

This commit is contained in:
hetech
2019-04-02 17:27:20 +08:00
committed by GitHub
parent b851242a5c
commit 0cbb2267a6
4 changed files with 4 additions and 4 deletions

View File

@@ -298,6 +298,6 @@
|---------- |-------- |---------- |------------- |-------- |
| label | 选项卡标题 | string | — | — |
| disabled | 是否禁用 | boolean | — | false |
| name | 与选项卡 activeName 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' |
| name | 与选项卡绑定值 value 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' |
| closable | 标签是否可关闭 | boolean | — | false |
| lazy | 标签是否延迟渲染 | boolean | — | false |