В
Size: a a a
В
NN
NN
watch: {
inputValue: _.debounce(function () {
this.inputValue <= this.minVal ? this.inputValue = this.minVal : this.inputValue >= this.maxVal ? this.inputValue = this.maxVal : false;
if (this.inputValue !== this.start) {
this.$emit('onChange', this.name, this.inputValue);
this.isFocus = false;
}
}, 1500),
},
S
R
S
AP
DK
V
V
VL
VL
V
VL
V
S
VL