💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[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> ```