feat(HeaderTitle): 添加加载状态显示 #91
This commit is contained in:
@@ -41,6 +41,11 @@ const { t } = useI18n()
|
||||
{{ t('button.useDefault') }}
|
||||
</button>
|
||||
</div>
|
||||
<!-- 加载中 -->
|
||||
<div v-else class="flex gap-3 items-center">
|
||||
<span class="loading loading-spinner loading-xl" />
|
||||
<span>加载中</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user