11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
|
<div class="box">
|
||
|
|
<t-loading
|
||
|
|
theme="{{ skylineRender ? 'spinner' : 'circular'}}"
|
||
|
|
size="40rpx"
|
||
|
|
text="加载中"
|
||
|
|
layout="vertical"
|
||
|
|
class="wrapper"
|
||
|
|
/>
|
||
|
|
<t-loading theme="spinner" size="40rpx" text="加载中" layout="vertical" class="wrapper" />
|
||
|
|
</div>
|