ant-design-vue/antdv-demo/docs/empty/demo/description.md

16 lines
183 B
Markdown

<cn>
#### ๆ— ๆ่ฟฐ
ๆ— ๆ่ฟฐๅฑ•็คบใ€‚
</cn>
<us>
#### No description
Simplest Usage with no description.
</us>
```vue
<template>
<a-empty :description="false" />
</template>
```