# Empty
### Install
```js
import Vue from 'vue';
import { Empty } from 'vant';
Vue.use(Empty);
```
## Usage
### Basic Usage
```html
```
### Image Type
Use the image prop to display different placeholder images
```html
```
### Custom Image
```html
```
### Bottom Content
```html
Button
```
## API
### Props
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| image | Image type,can be set to `error` `network` `search` or image URL | _string_ | `default` |
| description | Desciption | _string_ | - |
### Slots
| Name | Description |
| ----------- | --------------------- |
| default | Custom bottom content |
| image | Custom image |
| description | Custom description |