feat(HeaderTitle): 添加加载状态显示 #91

This commit is contained in:
LOG1997
2025-12-08 23:13:06 +08:00
parent 509cfdfb61
commit 0ed2856239

View File

@@ -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>