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

16 lines
230 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>
2019-10-09 10:32:23 +00:00
```tpl
2018-12-10 03:34:51 +00:00
<template>
<a-skeleton avatar :paragraph="{rows: 4}" />
</template>
```