ant-design-vue/components/skeleton/demo/active.md

17 lines
172 B
Markdown
Raw Normal View History

2018-12-10 03:34:51 +00:00
<cn>
#### 动画效果
显示动画效果。
</cn>
<us>
#### Active Animation
Display active animation.
</us>
```html
<template>
<a-skeleton active />
</template>
```