[Doc] Stepper: fix typo

This commit is contained in:
陈嘉涵 2019-07-05 11:24:41 +08:00
parent aac691b7eb
commit 2389ac06ba
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ export default {
Toast.loading({ forbidClick: true });
setTimeout(() => {
Toast.claer();
Toast.clear();
this.value = value;
}, 500);
}

View File

@ -75,7 +75,7 @@ export default {
Toast.loading({ forbidClick: true });
setTimeout(() => {
Toast.claer();
Toast.clear();
this.value = value;
}, 500);
}