mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] Stepper: fix typo
This commit is contained in:
parent
aac691b7eb
commit
2389ac06ba
@ -73,7 +73,7 @@ export default {
|
|||||||
Toast.loading({ forbidClick: true });
|
Toast.loading({ forbidClick: true });
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
Toast.claer();
|
Toast.clear();
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,7 @@ export default {
|
|||||||
Toast.loading({ forbidClick: true });
|
Toast.loading({ forbidClick: true });
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
Toast.claer();
|
Toast.clear();
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user