Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Added: toast timeout unit is ms in documentation (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming authored and pangxie1991 committed Jul 30, 2018
1 parent c57d881 commit f51725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Toast.loading({
| type | 提示类型, 可选值:loading,success,fail | String | - |
| icon | toast 显示图标,可以用 icon 里面支持的所有图标 | String | - |
| image | toast 显示图标,为图片的链接,传入此值后会覆盖 icon 值 | String | - |
| timeout | toast 显示时间,小于0则会一直显示,需要手动调用 Toast.clear 清除 | Number | - |
| timeout | toast 显示时间,单位为毫秒,小于0则会一直显示,需要手动调用 Toast.clear 清除 | Number | - |

0 comments on commit f51725c

Please sign in to comment.