2023-02-21 22:40:56 +08:00

5 lines
249 B
Plaintext

<view class="t-class loading-content {{position}}" style="{{(position === 'static' || noMask) ? 'visibility: hidden;' : ''}}">
<t-loading t-class="loading" theme="{{type}}" layout="{{vertical}}" size="{{size}}">
<slot />
</t-loading>
</view>