---
name: element-plus-empty
description: Element Plus Empty component (el-empty) API documentation. Triggers when user wants to use, implement, or asks about el-empty or Empty component.
---

# Empty 组件 API

## Attributes

| Name        | Description                 | Type      | Default |
| ----------- | --------------------------- | --------- | ------- |
| image       | image URL of empty          | ^[string] | ''      |
| image-size  | image size (width) of empty | ^[number] | —       |
| description | description of empty        | ^[string] | ''      |

## Slots

| Name        | Description               |
| ----------- | ------------------------- |
| default     | content as bottom content |
| image       | content as image          |
| description | content as description    |

## 参考

- 官方文档: https://element-plus.org/en-US/component/empty.html
