ant-design-vue/antdv-demo/docs/skeleton/demo/complex.md

16 lines
232 B
Markdown

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