From 0b026efe2a227b709d962df023ac28917b36fe7f Mon Sep 17 00:00:00 2001 From: Wu-K'ung <2292884238@qq.com> Date: Thu, 26 Apr 2018 14:45:59 +0800 Subject: [PATCH] Update radio-group.vue --- src/components/radio/radio-group.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/radio/radio-group.vue b/src/components/radio/radio-group.vue index cf692cf..59d1535 100644 --- a/src/components/radio/radio-group.vue +++ b/src/components/radio/radio-group.vue @@ -82,7 +82,7 @@ }, watch: { value () { - if(this.currentValue !== this.value;){ + if(this.currentValue !== this.value){ this.currentValue = this.value; this.updateValue(); } -- libgit2 0.21.4