mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
13 lines
461 B
Markdown
13 lines
461 B
Markdown
## API
|
|
|
|
```jsx
|
|
<Empty>
|
|
<Button>创建</Button>
|
|
</Empty>
|
|
```
|
|
|
|
| 参数 | 说明 | 类型 | 默认值 |
|
|
| ----------- | -------------------------------------------- | ---------------- | ------ |
|
|
| description | 自定义描述内容 | string \| v-slot | - |
|
|
| image | 设置显示图片,为 string 时表示自定义图片地址 | string \| v-slot | false |
|