feat(Toast): add @toast-loading-icon-color var (#4782)

This commit is contained in:
neverland
2019-10-19 16:20:05 +08:00
committed by GitHub
parent 1e21ce3cc0
commit 878b330431
7 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ Toast('Some messages');
```javascript
Toast.loading({
mask: true,
message: 'Loading...'
message: 'Loading...',
forbidClick: true
});
```