diff --git a/src/components/radio/radio-group.vue b/src/components/radio/radio-group.vue index cf692cf7..59d15355 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(); }