Appearance
vx-tabs
带有预设样式的 v-tabs 组件。
API
Props
Name | Introduction | Type | Default Value |
---|---|---|---|
underlineBorder | tabs底部border样式控制 | "contain" "full" | - |
pill | 胶囊样式tabs | Boolean | false |
除此之外所有的 v-tabs 原生 props 都可使用 v-bind:[props]="[value]" 实现或覆盖
Events
Name | Payload | Introduction |
---|---|---|
update:modelValue | number | model 值改变时触发 |