page loading
This commit is contained in:
parent
da254601cf
commit
b24bd3b287
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user