From 34f9c4c752a06e44aa6eecb0840d33cffd0c9f51 Mon Sep 17 00:00:00 2001 From: jjchen1 Date: Tue, 27 Aug 2019 16:00:45 +0800 Subject: [PATCH] fix(radio): v-model doesn't work correctly remove picked from attributes `$attr` v-model use the native `change` event which caused the bug --- components/radio/Radio.vue | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/components/radio/Radio.vue b/components/radio/Radio.vue index 015c8fb28..f6cc31648 100644 --- a/components/radio/Radio.vue +++ b/components/radio/Radio.vue @@ -1,12 +1,15 @@