基础弹窗组件
Properties:
Name | Type | Description |
---|---|---|
hidden |
boolean | 弹窗是否隐藏,默认为true |
title |
string | 弹窗标题 |
showCloseBtn |
boolean | 弹窗关闭按钮是否显示,默认为false |
Parameters:
Name | Type | Description |
---|---|---|
body |
slot | 提供body插槽 |
buttons |
slot | 提供buttons插槽 |
Fires:
- event:toggle 弹窗显隐处理完成分发事件