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.
29 lines
676 B
29 lines
676 B
2 years ago
|
# hd-empty
|
||
|
|
||
|
Empty 空状态
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-empty:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|img|空状态图片|`String`|`false`|-|
|
||
|
|title|空状态标题|`String`|`false`|默认值是:`标题`|
|
||
|
|subTitle|空状态子标题|`String`|`false`|默认值是:`子标题`|
|
||
|
|operation|操作名称(传入即显示按钮)|`String`|`false`|-|
|
||
|
|marginTop|是否为链接|`String`|`false`|默认值是:`200rpx`|
|
||
|
|
||
|
<!-- @vuese:hd-empty:props:end -->
|
||
|
|
||
|
|
||
|
## Events
|
||
|
|
||
|
<!-- @vuese:hd-empty:events:start -->
|
||
|
|Event Name|Description|Parameters|
|
||
|
|---|---|---|
|
||
|
|click|操作按钮被点击时触发|-|
|
||
|
|
||
|
<!-- @vuese:hd-empty:events:end -->
|
||
|
|
||
|
|