Skip to content

Commit

Permalink
docs(toast): 修复toast文档
Browse files Browse the repository at this point in the history
  • Loading branch information
houfujian committed Nov 10, 2021
1 parent 38d2d63 commit 733da1a
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 733da1a

Please sign in to comment.