fixed Increment.vue component inc bug

pull/44/head
A1Gard 2 months ago
parent ba233b3798
commit 75a3c1f8db

@ -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