趁着5.1来临之际,告诉你们一个好消息:
demo: https://jkchao.github.io/vue-...
源码(star ? start : start):https://github.com/jkchao/vue...
组件支持:自定义type(暂时提供8种,具体请看demo);color;size;
Start
npm install vue-loading-template --save
Use in SPA
<template>
<h2>bars</h2>
<vue-loading type="bars" color="#d9544e" :size="{ width: '50px', height: '50px' }"><vue-loading>
<template>
<script>
import vueLoading from 'vue-loading-template'
export default {
name: 'app',
components: {
vueLoading
}
}
</script>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。