vue2.0 Loding组件(收集转载)
demo: https://jkchao.github.io/vue-loading/
源码(star ? start : start):https://github.com/jkchao/vue-loading
组件支持:自定义type(暂时提供8种,具体请看demo);color;size;
Start
npm install vue-loading-template --save
Use in SPA
<template> <div> <h2>bars</h2> <vue-loading type="bars" color="#d9544e" :size="{ width: '50px', height: '50px' }"></vue-loading> </div> </template> <script> import vueLoading from 'vue-loading-template' export default { name: 'app', components: { vueLoading } } </script>
作者:webarn
出处:http://www.cnblogs.com/webran/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步