mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(stepper): fix no change event in blur (#5227)
Co-authored-by: liuhaihonggia <liuhaihong@youzan.com>
This commit is contained in:
parent
bcae47b8d0
commit
8c48a03831
@ -118,6 +118,8 @@ VantComponent({
|
||||
|
||||
this.setData({ currentValue: value });
|
||||
|
||||
this.emitChange(value);
|
||||
|
||||
this.$emit('blur', {
|
||||
...event.detail,
|
||||
value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user