We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e0d3d commit 3f99e1bCopy full SHA for 3f99e1b
docs/component/toast.md
@@ -115,6 +115,7 @@ toast.close()
115
| zIndex | toast 层级 | number | - | 100 | - |
116
| loadingType | [加载中图标类型](/component/loading) | string | ring | outline | - |
117
| loadingColor | [加载中图标颜色](/component/loading) | string | - | #4D80F0 | - |
118
+| selector | 组件的 id | string | - | - | - |
119
| cover | 是否存在一个透明遮罩 | boolean | - | `loading`时默认为 true | 1.2.15 |
120
| opened | 完全展示后的回调函数 | `Function` | - | - | 1.2.15 |
121
| closed | 完全关闭后的回调函数 | `Function` | - | - | 1.2.15 |
0 commit comments