naive-ui/demo/documentation/components/tabs/zhCN/index.md

33 lines
810 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 标签页 Tabs
在同一块区域切换内容。
## 演示
```demo
basic
flex-label
card
display-directive
```
## V-model
V-model 暂时不对外暴露,名字没起好。
## Props
### Tabs Props
|名称|类型|默认值|说明|
|-|-|-|-|
|type|`'line' \| 'card'`|`'line'`||
|closable|`boolean`|`false`||
|justify-content|`'space-between' \| 'space-around' \| 'space-evenly'`|`null`||
### Tab Panel Props
|名称|类型|默认值|说明|
|-|-|-|-|
|label|`string`|`null`||
|name|`string \| number`|`null`|**必需**|
|disabled|`boolean`|`false`||
|display-directive|`'if' \| 'show'`|`'if'`|选择性渲染使用的指令。if 对应 v-ifshow 对应 v-show使用 show 的时候标签页状态切换后不会被重置|
## Slots
### Tabs, Tab Panel Slots
|名称|类型|说明|
|-|-|-|
|default|`()`||