Skip to content

Commit

Permalink
Docs: Update radio.md (#22178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchen1029 authored Nov 14, 2022
1 parent 5d7374b commit 5af6090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docs/zh-CN/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
### Radio Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 绑定值变化时触发的事件 | 选中的 Radio label 值 |
| input | 绑定值变化时触发的事件 | 选中的 Radio label 值 |

### Radio-group Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
Expand All @@ -201,7 +201,7 @@
### Radio-group Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 绑定值变化时触发的事件 | 选中的 Radio label 值 |
| input | 绑定值变化时触发的事件 | 选中的 Radio label 值 |

### Radio-button Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
Expand Down

0 comments on commit 5af6090

Please sign in to comment.