docs(Stepper): fix async change demo (#7703)

This commit is contained in:
neverland
2020-12-07 20:58:40 +08:00
committed by GitHub
parent 2e6b032464
commit af81912210
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ export default {
onChange(value) {
this.$toast.loading({ forbidClick: true });
setTimeout(() => {
clearTimeout(this.timer);
this.timer = setTimeout(() => {
this.stepper6 = value;
this.$toast.clear();
}, 500);