mirror of
https://github.com/youzan/vant.git
synced 2026-04-17 02:06:57 +08:00
[new feature] Toast: add className prop (#2680)
This commit is contained in:
@@ -104,4 +104,5 @@ toast2.clear();
|
||||
| mask | Whether to show mask | `Boolean` | `false` |
|
||||
| forbidClick | Whether to forbid click background | `Boolean` | `false` |
|
||||
| loadingType | Loading icon type, can be set to `spinner` | `String` | `circular` |
|
||||
| duration | Toast duration(ms), won't disappear if value is 0 | `Number` | `3000` |
|
||||
| duration | Toast duration(ms), won't disappear if value is 0 | `Number` | `3000` |
|
||||
| className | Custom className | `String | Array | Object` | - |
|
||||
|
||||
Reference in New Issue
Block a user