# ZydTypeExchange
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| sourceData | 列表切换项 | '' | - | [ { key: 1, label: '日', }, { key: 2, label: '月', }, { key: 3, label: '年', }, ] |
| activeKey | 当前选中的项 | number | - | 1 |
# Events
| Event name | Properties | Description |
|---|---|---|
| update:activeKey | 更新 activeKey | |
| change | 更新事件 |
functional
← ZydTree