feat : ajout download backup
This commit is contained in:
14
components/skeleton/BlockSkeleton.vue
Normal file
14
components/skeleton/BlockSkeleton.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="animate-pulse rounded-md bg-m-tertiary/70" :class="customClass" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
customClass?: string
|
||||
}>(),
|
||||
{
|
||||
customClass: "h-4 w-full"
|
||||
}
|
||||
)
|
||||
</script>
|
||||
Reference in New Issue
Block a user