mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(stepper):修复stepper blur事件失焦时会触发change事件
This commit is contained in:
parent
c118b83aeb
commit
8b441de1a6
@ -119,7 +119,6 @@ VantComponent({
|
||||
|
||||
onBlur(event: WechatMiniprogram.InputBlur) {
|
||||
const value = this.format(event.detail.value);
|
||||
this.emitChange(value);
|
||||
this.$emit('blur', {
|
||||
...event.detail,
|
||||
value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user