You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
235 B
18 lines
235 B
2 years ago
|
# hd-modal
|
||
|
|
||
|
Modal 模态框
|
||
|
|
||
|
|
||
|
## Slots
|
||
|
|
||
|
<!-- @vuese:hd-modal:slots:start -->
|
||
|
|Name|Description|Default Slot Content|
|
||
|
|---|---|---|
|
||
|
|title|标题|-|
|
||
|
|content|内容区|-|
|
||
|
|operation|操作按钮|-|
|
||
|
|
||
|
<!-- @vuese:hd-modal:slots:end -->
|
||
|
|
||
|
|