Update rate.vue
This commit is contained in:
parent
93b974ed0c
commit
fc244b0840
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value (val) {
|
value (val) {
|
||||||
this.currentValue = val;
|
this.currentValue = val || 0;
|
||||||
},
|
},
|
||||||
currentValue (val) {
|
currentValue (val) {
|
||||||
this.setHalf(val);
|
this.setHalf(val);
|
||||||
|
|
Loading…
Add table
Reference in a new issue