This commit is contained in:
icssoa
2025-08-08 10:29:54 +08:00
parent 9aeb5925be
commit 3e59a31732
2 changed files with 2 additions and 5 deletions

View File

@@ -39,10 +39,7 @@
v-else-if="isLoading && showLoading"
>
<slot name="loading">
<cl-loading
:loading="true"
:pt="{ icon: { className: '!text-surface-400' } }"
></cl-loading>
<cl-loading :loading="true"></cl-loading>
</slot>
</view>