mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
13 lines
315 B
Markdown
13 lines
315 B
Markdown
|
## API
|
||
|
|
||
|
```jsx
|
||
|
<Empty>
|
||
|
<Button>Create</Button>
|
||
|
</Empty>
|
||
|
```
|
||
|
|
||
|
| Property | Description | Type | Default |
|
||
|
| -------- | ----------- | ---- | ------- |
|
||
|
| description | Customize description | string \| v-slot | - |
|
||
|
| image | Customize image. Will tread as image url when string provided | string \| v-slot | false |
|