Skip to content

Commit

Permalink
[Doc] Stepper: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 5, 2019
1 parent aac691b commit 2389ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stepper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
Toast.loading({ forbidClick: true });

setTimeout(() => {
Toast.claer();
Toast.clear();
this.value = value;
}, 500);
}
Expand Down
2 changes: 1 addition & 1 deletion src/stepper/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
Toast.loading({ forbidClick: true });

setTimeout(() => {
Toast.claer();
Toast.clear();
this.value = value;
}, 500);
}
Expand Down

0 comments on commit 2389ac0

Please sign in to comment.