Commit 0b026efe2a227b709d962df023ac28917b36fe7f

Authored by Wu-K'ung
Committed by GitHub
1 parent d44f99fd

Update radio-group.vue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/radio/radio-group.vue
... ... @@ -82,7 +82,7 @@
82 82 },
83 83 watch: {
84 84 value () {
85   - if(this.currentValue !== this.value;){
  85 + if(this.currentValue !== this.value){
86 86 this.currentValue = this.value;
87 87 this.updateValue();
88 88 }
... ...