Spaces:
Sleeping
Sleeping
| <script setup lang="ts"> | |
| import { Loader } from 'lucide-vue-next'; | |
| </script> | |
| <template> | |
| <div> | |
| <Loader :size="28" class="animate-spin text-slate-500" /> | |
| </div> | |
| </template> | |
| <script setup lang="ts"> | |
| import { Loader } from 'lucide-vue-next'; | |
| </script> | |
| <template> | |
| <div> | |
| <Loader :size="28" class="animate-spin text-slate-500" /> | |
| </div> | |
| </template> | |