feat : ajout loader skeleton

This commit is contained in:
2026-02-13 15:20:35 +01:00
parent f58dc36a0d
commit 359c4e27a5
10 changed files with 90 additions and 25 deletions

View File

@@ -46,6 +46,6 @@ definePageMeta({
})
onMounted(async () => {
carrierList.value = await getCarrierList(false)
carrierList.value = await getCarrierList()
})
</script>