feat(Toast): add overlay prop (#4969)

This commit is contained in:
neverland
2019-11-09 16:28:16 +08:00
committed by GitHub
parent f4f88c5254
commit 5040233234
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ Toast.resetDefaultOptions('loading');
| message | Message | *string* | `''` | - |
| icon | Custom icon | *string* | - | 2.0.1 |
| iconPrefix | Icon className prefix | *string* | `van-icon` | 2.0.9 |
| mask | Whether to show mask | *boolean* | `false` | - |
| overlay | Whether to show overlay | *boolean* | `false` | 2.2.13 |
| forbidClick | Whether to forbid click background | *boolean* | `false` | - |
| closeOnClick | Whether to close after clicked | *boolean* | `false` | 2.1.5 |
| closeOnClickOverlay | Whether to close when click overlay | *boolean* | `false` | 2.2.13 |