[Improvement] Sku: add stepper-change event (#1349)

This commit is contained in:
neverland
2018-06-28 17:57:15 +08:00
committed by GitHub
parent 7d97a2fd85
commit 0b94e8cecd
4 changed files with 5 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export default create({
onChange(currentValue) {
const { handleStepperChange } = this.customStepperConfig;
handleStepperChange && handleStepperChange(currentValue);
this.$emit('change', currentValue);
}
}
});