nuxt-start/components/CardLoading.vue
2025-01-01 11:15:54 +01:00

11 lines
190 B
Vue

<template>
<div class="card-loading">
<ProgressSpinner style="width: 32px; height: 32px;" stroke-width="4" />
</div>
</template>
<script lang="ts" setup>
</script>
<style></style>