mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[improvement] Stepper: jsx (#2624)
This commit is contained in:
@@ -52,8 +52,10 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
onChange(event) {
|
||||
this.$toast(`change: ${event}`);
|
||||
onChange(value) {
|
||||
setTimeout(() => {
|
||||
this.stepper2 = value;
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user