This commit is contained in:
oyv1cent 2018-07-24 13:40:46 +08:00
parent 9564af89c9
commit 721cf9cdeb

View file

@ -84,7 +84,9 @@
value () {
if(this.currentValue !== this.value){
this.currentValue = this.value;
this.updateValue();
this.$nextTick(()=>{
this.updateValue();
});
}
}
}