通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
[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> ```