6 lines
165 B
Vue
6 lines
165 B
Vue
<template>
|
|
<div class="flex h-full items-center justify-center">
|
|
<span class="loading loading-spinner loading-md text-base-content/70" />
|
|
</div>
|
|
</template>
|