mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
23 lines
459 B
Markdown
23 lines
459 B
Markdown
|
<cn>
|
||
|
#### 自定义
|
||
|
自定义图片、描述、附属内容。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Customize
|
||
|
Customize image, description and extra content.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-empty
|
||
|
image="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original"
|
||
|
>
|
||
|
<span slot="description">
|
||
|
Customize <a href="#API">Description</a>
|
||
|
</span>
|
||
|
<a-button type="primary">Create Now</a-button>
|
||
|
</a-empty>
|
||
|
</template>
|
||
|
```
|