多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] > [示例](https://skeletonreact.com/) ## 示例 ``` <script> import { ContentLoader } from "vue-content-loader" export default { components: { ContentLoader } } </script> <template> <content-loader :width="400" :height="160" :speed="2" primaryColor="#c24242" secondaryColor="#0e0101" > <rect x="48" y="26" rx="3" ry="3" width="52" height="6" /> <rect x="2" y="69" rx="3" ry="3" width="410" height="6" /> <rect x="2" y="85" rx="3" ry="3" width="380" height="6" /> <rect x="2" y="101" rx="3" ry="3" width="178" height="6" /> <circle cx="20" cy="20" r="20" /> </content-loader> </template> ```