From 5f68ab9181d5f03a5ba8f26d9b1da2939f0f597a Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Mon, 7 Sep 2020 18:27:49 +0800 Subject: [PATCH] perf: add radio event declar --- components/radio/Group.jsx | 1 + 1 file changed, 1 insertion(+) 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;