This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
6c9de7146c
ant-design-vue
/
components
/
skeleton
/
demo
/
complex.md
230 B
Raw
Blame
History
#### 复杂的组合 更复杂的组合。 #### Complex combination Complex combination with avatar and multiple paragraphs.
<template>
<a-skeleton avatar :paragraph="
{
rows
:
4
}
" />
</template>