Skip to content

Commit 5f68ab9

Browse files
committed
perf: add radio event declar
1 parent 7ec5dac commit 5f68ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/radio/Group.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default {
2525
name: String,
2626
buttonStyle: PropTypes.string.def('outline'),
2727
onChange: PropTypes.func,
28+
'onUpdate:value': PropTypes.func,
2829
},
2930
data() {
3031
const { value, defaultValue } = this;

0 commit comments

Comments
 (0)