<loading-status :status="[true, '正在加载']" :height="50" />
<loading-status :status="[0, '暂无数据']" :height="50" />
<loading-status :status="[1, '加载成功']" :height="50" />
<loading-status :status="[-1, '加载失败']" :height="50" />
<div style="position:relative;">
<loading-status :status="[true, '尝试修改 global 的值 true / false']" :global="false" />
< /div">