mirror of
https://github.com/youzan/vant.git
synced 2026-01-17 06:03:54 +08:00
[Doc] Stepper: fix typo
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
||||
Toast.loading({ forbidClick: true });
|
||||
|
||||
setTimeout(() => {
|
||||
Toast.claer();
|
||||
Toast.clear();
|
||||
this.value = value;
|
||||
}, 500);
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
Toast.loading({ forbidClick: true });
|
||||
|
||||
setTimeout(() => {
|
||||
Toast.claer();
|
||||
Toast.clear();
|
||||
this.value = value;
|
||||
}, 500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user