ant-design-vue/components/empty/demo/customize.md

21 lines
448 B
Markdown
Raw Normal View History

<cn>
#### 自定义
自定义图片、描述、附属内容。
</cn>
<us>
#### Customize
Customize image, description and extra content.
</us>
2019-10-09 10:32:23 +00:00
```tpl
<template>
<a-empty
image="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original"
>
2019-09-28 12:45:07 +00:00
<span slot="description"> Customize <a href="#API">Description</a> </span>
<a-button type="primary">Create Now</a-button>
</a-empty>
</template>
```