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 () {
|
||||
if(this.currentValue !== this.value){
|
||||
this.currentValue = this.value;
|
||||
this.updateValue();
|
||||
this.$nextTick(()=>{
|
||||
this.updateValue();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue