Global loading done.
This commit is contained in:
5
src/components/Loading.vue
Normal file
5
src/components/Loading.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="w-full h-full fixed inset-0 m-auto flex justify-center items-center bg-gradient-to-tr from-neutral-500/50 to-neutral-900/50 z-10">
|
||||
<span class="loader block"></span>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user