mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
5cb65cfbd0
Co-authored-by: Hugo Richard <hugo.richard@epitech.eu>
16 lines
341 B
Vue
16 lines
341 B
Vue
<template>
|
|
<UDashboardPanel resizable>
|
|
<template #header>
|
|
<UDashboardNavbar title="Inbox">
|
|
<template #leading>
|
|
<UDashboardSidebarCollapse />
|
|
</template>
|
|
</UDashboardNavbar>
|
|
</template>
|
|
|
|
<template #body>
|
|
<Placeholder class="h-full" />
|
|
</template>
|
|
</UDashboardPanel>
|
|
</template>
|