floading
小菊花进度指示器
| 属性 | 作用 |
|---|---|
| color | 颜色 |
Demo
<template><div><floading class="indicator" color="#000000" > </floading></div></template><style>.indicator {color: #888888;height: 40;width: 40;margin-right: 10;}</style><script>export default {components:{ },data () {return {}},methods:{},created:function(){}}</script>
