Skip to content

Commit 3f99e1b

Browse files
authored
docs: ✏️ Toast 文档增加唯一标识selector的介绍 (#494)
1 parent f2e0d3d commit 3f99e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/component/toast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ toast.close()
115115
| zIndex | toast 层级 | number | - | 100 | - |
116116
| loadingType | [加载中图标类型](/component/loading) | string | ring | outline | - |
117117
| loadingColor | [加载中图标颜色](/component/loading) | string | - | #4D80F0 | - |
118+
| selector | 组件的 id | string | - | - | - |
118119
| cover | 是否存在一个透明遮罩 | boolean | - | `loading`时默认为 true | 1.2.15 |
119120
| opened | 完全展示后的回调函数 | `Function` | - | - | 1.2.15 |
120121
| closed | 完全关闭后的回调函数 | `Function` | - | - | 1.2.15 |

0 commit comments

Comments
 (0)