generated from weChat/xcx_temp
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
<view class="t-class loading-content {{position}}" style="{{(position === 'static' || noMask) ? 'visibility: hidden;' : ''}} background-color: {{backgroundColor}}">
|
|
<t-loading
|
|
t-class="loading"
|
|
theme="{{type}}"
|
|
layout="{{vertical}}"
|
|
size="{{size}}"
|
|
>
|
|
<slot/>
|
|
</t-loading>
|
|
</view>
|
|
|