标签: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;
npm install vue-loading-template --save
<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>
标签:pre 支持 class logs component height open demo bsp
原文地址:http://www.cnblogs.com/webarn/p/6818891.html