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

16 lines
231 B
Markdown
Raw Normal View History

2018-12-10 03:34:51 +00:00
<cn>
#### 复杂的组合
更复杂的组合。
</cn>
<us>
#### Complex combination
Complex combination with avatar and multiple paragraphs.
</us>
```html
<template>
<a-skeleton avatar :paragraph="{rows: 4}" />
</template>
```