page loading

This commit is contained in:
Juhász Ervin 2026-01-03 08:07:55 +01:00
parent da254601cf
commit b24bd3b287

View File

@ -1,8 +1,8 @@
<template> <template>
<div> <div>
<AppMenu /> <AppMenu />
<div class="flex items-center border-b mb-3 border-primary"> <div class="flex items-center border-b mb-3 border-primary p-3">
<h1 class="text-center w-full py-2">{{ Title }}</h1> <h1 class="text-center w-full" v-if="Title">{{ Title }}</h1>
<Skeleton width="85%" v-if="isLoading"></Skeleton> <Skeleton width="85%" v-if="isLoading"></Skeleton>
</div> </div>
<div class="p-3"> <div class="p-3">