Skip to content

Commit

Permalink
Merge pull request #151 from FJHou/fix-toast_docs
Browse files Browse the repository at this point in the history
docs(toast): 修复toast文档
  • Loading branch information
3lang3 authored Nov 10, 2021
2 parents 2d681ce + 733da1a commit f8b140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vant/src/toast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Toast.resetDefaultOptions('loading');
### Options

| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- | --- |
| --- | --- | --- | --- |
| type | 提示类型,可选值为 `loading` `success` `fail` `info` | _string_ | `info` |
| position | 位置,可选值为 `top` `bottom` | _string_ | `middle` |
| message | 文本内容,支持通过`\n`换行 | _string_ | `''` | - |
Expand Down

0 comments on commit f8b140d

Please sign in to comment.