# 加载中 g-loading
<g-loading
v-if="loading"
:backgroundColor="_attrs.contentBg"
:color="primaryColor">
</g-loading>
属性 | 描述 | 类型 |
---|---|---|
text | 文字 | String |
color | 图标颜色 | String |
size | 图标大小 | String/Number |
textSize | 文字大小 | String/Number |
backgroundColor | 背景色 | String |
mode | circle【圆型】、 semicircle【半圆】 | String |
← 布局 g-layout 弹窗 →