mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
810 B
810 B
标签页 Tabs
在同一块区域切换内容。
演示
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-if,show 对应 v-show,使用 show 的时候标签页状态切换后不会被重置 |
Slots
Tabs, Tab Panel Slots
名称 | 类型 | 说明 |
---|---|---|
default | () |