6 lines
220 B
Vue
6 lines
220 B
Vue
<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-[9999]">
|
|
<span class="loader block"></span>
|
|
</div>
|
|
</template>
|