[new feature] Toast: add className prop (#2680)

This commit is contained in:
neverland
2019-02-03 12:22:38 +08:00
committed by GitHub
parent d20b7fdcbf
commit ca4e476ddd
5 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ const defaultOptions = {
message: '',
value: true,
duration: 3000,
className: '',
position: 'middle',
loadingType: 'circular',
forbidClick: false,