22 lines
268 B
Vue
22 lines
268 B
Vue
|
<docs>
|
||
|
---
|
||
|
order: 1
|
||
|
title:
|
||
|
zh-CN: 复杂的组合
|
||
|
en-US: Complex combination
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
|
||
|
更复杂的组合。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Complex combination with avatar and multiple paragraphs.
|
||
|
|
||
|
</docs>
|
||
|
|
||
|
<template>
|
||
|
<a-skeleton avatar :paragraph="{ rows: 4 }" />
|
||
|
</template>
|