Merge pull request #4130 from oyv1cent/radio-pr
[fix bug]Radio component's bug
This commit is contained in:
commit
c8d200dae8
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@
|
||||||
value () {
|
value () {
|
||||||
if(this.currentValue !== this.value){
|
if(this.currentValue !== this.value){
|
||||||
this.currentValue = this.value;
|
this.currentValue = this.value;
|
||||||
|
this.$nextTick(()=>{
|
||||||
this.updateValue();
|
this.updateValue();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue