page loading
This commit is contained in:
parent
da254601cf
commit
b24bd3b287
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<AppMenu />
|
||||
<div class="flex items-center border-b mb-3 border-primary">
|
||||
<h1 class="text-center w-full py-2">{{ Title }}</h1>
|
||||
<div class="flex items-center border-b mb-3 border-primary p-3">
|
||||
<h1 class="text-center w-full" v-if="Title">{{ Title }}</h1>
|
||||
<Skeleton width="85%" v-if="isLoading"></Skeleton>
|
||||
</div>
|
||||
<div class="p-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user