You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
876 B
876 B
hd-tabs
Tabs 选项卡
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
value | 选中项 | Number / String |
false |
- |
activeColor | tab选中颜色 | String |
false |
- |
lineColor | 选中项下划线颜色 | String |
false |
- |
lineWidth | 下划线长度 | Number |
false |
0 |
lineAnimated | 是否展示下划线动画 | Boolean |
false |
true |
Events
Event Name | Description | Parameters |
---|---|---|
input | - | - |
change | 选中项改变时触发 | value:选择器的值,建议通过v-model双向绑定输入值,而不是监听此事件的形式 |
Slots
Name | Description | Default Slot Content |
---|---|---|
default | - | - |