From 2389ac06bad283db71270f4b997c8595e624e178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 5 Jul 2019 11:24:41 +0800 Subject: [PATCH] [Doc] Stepper: fix typo --- src/stepper/README.md | 2 +- src/stepper/README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stepper/README.md b/src/stepper/README.md index 532b336ff..85991185b 100644 --- a/src/stepper/README.md +++ b/src/stepper/README.md @@ -73,7 +73,7 @@ export default { Toast.loading({ forbidClick: true }); setTimeout(() => { - Toast.claer(); + Toast.clear(); this.value = value; }, 500); } diff --git a/src/stepper/README.zh-CN.md b/src/stepper/README.zh-CN.md index ad79c8494..ef2cdb9da 100644 --- a/src/stepper/README.zh-CN.md +++ b/src/stepper/README.zh-CN.md @@ -75,7 +75,7 @@ export default { Toast.loading({ forbidClick: true }); setTimeout(() => { - Toast.claer(); + Toast.clear(); this.value = value; }, 500); }