NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
[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> ```