diff --git a/components/radio/Group.jsx b/components/radio/Group.jsx index f4fbec5a2..352cc65e9 100644 --- a/components/radio/Group.jsx +++ b/components/radio/Group.jsx @@ -25,6 +25,7 @@ export default { name: String, buttonStyle: PropTypes.string.def('outline'), onChange: PropTypes.func, + 'onUpdate:value': PropTypes.func, }, data() { const { value, defaultValue } = this;