Update radio-group.vue
This commit is contained in:
parent
d44f99fd15
commit
0b026efe2a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
watch: {
|
||||
value () {
|
||||
if(this.currentValue !== this.value;){
|
||||
if(this.currentValue !== this.value){
|
||||
this.currentValue = this.value;
|
||||
this.updateValue();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue