mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[Improvement] Sku: add stepper-change event (#1349)
This commit is contained in:
@@ -121,6 +121,7 @@ export default create({
|
||||
onChange(currentValue) {
|
||||
const { handleStepperChange } = this.customStepperConfig;
|
||||
handleStepperChange && handleStepperChange(currentValue);
|
||||
this.$emit('change', currentValue);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user