码迷,mamicode.com
首页 > 其他好文 > 详细

vue2.0 Loding组件(收集转载)

时间:2017-05-07 00:17:50      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:pre   支持   class   logs   component   height   open   demo   bsp   

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>

 

vue2.0 Loding组件(收集转载)

标签:pre   支持   class   logs   component   height   open   demo   bsp   

原文地址:http://www.cnblogs.com/webarn/p/6818891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!