use header component

This commit is contained in:
2025-12-22 21:15:37 +00:00
parent be647b36a4
commit b2b27e06fe
6 changed files with 10 additions and 15 deletions

View File

@@ -122,11 +122,8 @@ import { h } from 'vue'
</script>
<template>
<UHeader title="Dashboard" toggle-side="left" >
<template #toggle>
<UDashboardSidebarToggle />
</template>
</UHeader>
<DashboardHeader title="Dashboard"/>
<div class="mt-3 mb-3 flex flex-col w-full relative z-0">
<ProseH2 class="text-center m-0.5 w-full">Hey there, user!</ProseH2>
<ProseP class="text-center text-muted m-0.5">Welcome to the UI!</ProseP>