nuxt-prawo-jazdy/components/LoadingScreen.vue
2025-12-16 20:21:04 +01:00

8 lines
248 B
Vue

<template>
<div
class="flex min-h-dvh justify-center items-center text-5xl flex-col gap-10"
>
<span class="loading loading-spinner loading-xl scale-[2.5] block" />
<span class="block">{{ $t('loading') }}</span>
</div>
</template>