2019-05-18 07:44:54 +00:00
|
|
|
## API
|
|
|
|
|
|
|
|
```jsx
|
|
|
|
<Empty>
|
|
|
|
<Button>创建</Button>
|
|
|
|
</Empty>
|
|
|
|
```
|
|
|
|
|
2019-09-28 12:45:07 +00:00
|
|
|
| 参数 | 说明 | 类型 | 默认值 |
|
|
|
|
| ----------- | -------------------------------------------- | ---------------- | ------ |
|
|
|
|
| description | 自定义描述内容 | string \| v-slot | - |
|
|
|
|
| image | 设置显示图片,为 string 时表示自定义图片地址 | string \| v-slot | false |
|