[improvement] Stepper: jsx (#2624)

This commit is contained in:
neverland
2019-01-26 09:01:58 +08:00
committed by GitHub
parent 6068f44a3f
commit 8c8973be06
6 changed files with 100 additions and 37 deletions

View File

@@ -52,8 +52,10 @@ export default {
};
},
methods: {
onChange(event) {
this.$toast(`change: ${event}`);
onChange(value) {
setTimeout(() => {
this.stepper2 = value;
}, 500);
}
}
};