2022-11-21 15:48:48 +03:00
|
|
|
<div
|
|
|
|
x-data="{ }"
|
|
|
|
x-init="document.querySelector('[data-modal-handle]') ? document.querySelector('[data-modal-handle]').classList.add('invisible'): null, setTimeout(() => $refs.loadingContent.remove(), 1000), setTimeout(() => document.querySelector('[data-modal-handle]') ? document.querySelector('[data-modal-handle]').classList.remove('invisible') : null , 1010)"
|
|
|
|
x-ref="loadingContent"
|
|
|
|
class="fixed w-full lg:w-4/5 h-screen flex items-center justify-center bg-body top-0 bottom-0 ltr:right-0 rtl:left-0 -mx-1 z-50"
|
|
|
|
>
|
2022-08-01 17:49:06 +03:00
|
|
|
<img src="{{ asset('public/img/akaunting-loading.gif') }}" class="w-28 h-28 lg:-mt-16" alt="Akaunting" />
|
2022-06-01 10:15:55 +03:00
|
|
|
</div>
|
|
|
|
<!--data attr added because for none vue.js pages-->
|