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

17 lines
232 B
Markdown

<cn>
#### å¤æ‚įš„įģ„合
æ›´å¤æ‚įš„įģ„合。
</cn>
<us>
#### Complex combination
Complex combination with avatar and multiple paragraphs.
</us>
```html
<template>
<a-skeleton avatar :paragraph="{rows: 4}" />
</template>
```