UNPKG

kui-vue

Version:

A lightweight desktop UI component library suitable for Vue.js 2.

11 lines (9 loc) 209 B
<cn> ### 组合 可以配置骨架屏段落数量,以便更接近真实渲染效果。首行会被渲染一个长度 35% 的段首。 </cn> ```vue <template> <Skeleton avatar :rows="4" /> </template> ```