|
@@ -196,8 +196,8 @@
|
|
this.$refs.input.setCurrentValue(this.currentValue);
|
|
this.$refs.input.setCurrentValue(this.currentValue);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- this.$emit('change', newVal, oldVal);
|
|
|
|
this.$emit('input', newVal);
|
|
this.$emit('input', newVal);
|
|
|
|
+ this.$emit('change', newVal, oldVal);
|
|
this.currentValue = newVal;
|
|
this.currentValue = newVal;
|
|
},
|
|
},
|
|
handleInputChange(value) {
|
|
handleInputChange(value) {
|