Use Skeleton for uses loading page

This commit is contained in:
2024-02-26 20:31:54 +01:00
parent d8fd4931c9
commit 43acda17ab

View File

@@ -13,12 +13,7 @@
path="/uses" path="/uses"
/> />
<template #fallback> <template #fallback>
<div class="my-16 text-subtitle"> <USkeleton class="w-full h-1/2"/>
<div class="flex gap-2 items-center">
<UIcon name="i-eos-icons-loading" />
<p>The content of the page is loading...</p>
</div>
</div>
</template> </template>
</ClientOnly> </ClientOnly>
</div> </div>