Skip to content

Empty 空状态

空数据占位提示。

暂无数据
没有数据
vue
<AEmpty />
<AEmpty description="没有数据">
  <template #extra><AButton>操作</AButton></template>
</AEmpty>
属性类型默认值说明
descriptionstring'暂无数据'描述文字
size'small'|'medium'|'large''medium'尺寸

Released under the MIT License.