Wibx_Nuxt_UI_Pro/app/components/home/HomeChart.server.vue
2025-06-06 23:53:28 +02:00

17 lines
344 B
Vue

<template>
<UCard :ui="{ body: '!px-0 !pt-0 !pb-3' }">
<template #header>
<div>
<p class="text-xs text-muted uppercase mb-1.5">
Revenue
</p>
<p class="text-3xl text-highlighted font-semibold">
---
</p>
</div>
</template>
<div class="h-96" />
</UCard>
</template>