fixed Increment.vue component inc bug

master
A1Gard 8 months ago
parent 0e62221c2a
commit 805ee1563f

@ -50,7 +50,7 @@ export default {
if (!isNaN(this.modelValue)) {
this.val = this.modelValue;
}else{
this.val = this.xvalue;
this.val = parseInt(this.xvalue.toString());
}
},
computed: {},

Loading…
Cancel
Save