diff --git a/components/Toast/README.md b/components/Toast/README.md index 5c42f8704..96b83bfb6 100644 --- a/components/Toast/README.md +++ b/components/Toast/README.md @@ -1,10 +1,8 @@ -Switch 开关 +Toast 轻提示 --- 一种轻量级反馈/提示,可以用来显示不会打断用户操作的内容,适合用于页面转场、数据交互的等场景中。 - - ## 基础示例 ```jsx @@ -30,4 +28,4 @@ function Demo() { |------|------|-----|------| | `content` | 提示内容 | string | - | | `duration` | 提示持续时间 | number | 2s | -| `icon` | 自定义提示`icon` | string | `info` | \ No newline at end of file +| `icon` | 自定义提示`icon` | string | `info` |