mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 17:31:43 +08:00
16 lines
131 B
Markdown
16 lines
131 B
Markdown
|
<cn>
|
||
|
#### 基本
|
||
|
简单的展示。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Basic
|
||
|
Simplest Usage.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-empty />
|
||
|
</template>
|
||
|
```
|