fix(stepper): fix no change event in blur (#5227)

Co-authored-by: liuhaihonggia <liuhaihong@youzan.com>
This commit is contained in:
landluck 2023-02-13 09:25:28 +08:00 committed by GitHub
parent bcae47b8d0
commit 8c48a03831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,8 @@ VantComponent({
this.setData({ currentValue: value });
this.emitChange(value);
this.$emit('blur', {
...event.detail,
value,