ant-design-vue/components/empty/index.zh-CN.md
2019-09-28 20:45:07 +08:00

13 lines
461 B
Markdown

## API
```jsx
<Empty>
<Button>创建</Button>
</Empty>
```
| 参数 | 说明 | 类型 | 默认值 |
| ----------- | -------------------------------------------- | ---------------- | ------ |
| description | 自定义描述内容 | string \| v-slot | - |
| image | 设置显示图片,为 string 时表示自定义图片地址 | string \| v-slot | false |