fix bug
This commit is contained in:
parent
9564af89c9
commit
721cf9cdeb
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,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