feat(layout): add search button
Some checks failed
ci / ci (push) Has been cancelled

This commit is contained in:
2026-02-28 01:33:52 +01:00
parent e5cccf4eae
commit 552dfc5fc9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
<template>
<UDashboardGroup>
<UiSidebar class="min-w-60" />
<UDashboardSearch />
<UDashboardPanel>
<template #header>
<UDashboardNavbar :title="pageName ?? ''">
<template #right>
<UDashboardSearchButton />
<UColorModeButton />
</template>
</UDashboardNavbar>