小标签 / SegmentButton
Segment组件的子组件SegmentButton, 两者配合使用, 属于嵌套关系.
传入属性 / Props:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
value |
String | Number | 当前SegmentButton的值, 如果父元素的value和这个相同, 这个当前被选中 | ||
disabled |
Boolean |
<optional> |
false
|
当前SegmentButton的禁用状态 |
插槽 / Slots:
Name | Description |
---|---|
空 |
当前button的显示值, 如果没有提供value值, 建议不要嵌套过多的结构. |