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