16 lines
231 B
Markdown
16 lines
231 B
Markdown
|
<cn>
|
||
|
#### 复杂的组合
|
||
|
更复杂的组合。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Complex combination
|
||
|
Complex combination with avatar and multiple paragraphs.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-skeleton avatar :paragraph="{rows: 4}" />
|
||
|
</template>
|
||
|
```
|