pull/345/head
mertsincan 2020-06-17 15:06:42 +03:00
parent d6d2b92dcb
commit a726ee4cfc
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export default {
this.spin(event, dir);
},
spin(event, dir, value) {
spin(event, dir) {
let step = this.step * dir;
let currentValue = this.parseValue(this.$refs.input.$el.value) || 0;
let newValue = this.validateValue(currentValue + step);