This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<UUser v-if="user" :name="user.name" :description="user.email" :avatar="{ src: user.avatar }" />
|
||||
<UUser
|
||||
v-if="user"
|
||||
:name="user.name"
|
||||
:description="user.email"
|
||||
:avatar="{ src: user.avatar, icon: 'i-lucide-circle-user' }"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<UDashboardGroup>
|
||||
<UiSidebar class="min-w-60" />
|
||||
<UDashboardSearch />
|
||||
<UDashboardPanel>
|
||||
<template #header>
|
||||
<UDashboardNavbar :title="pageName ?? ''">
|
||||
<template #right>
|
||||
<UDashboardSearchButton />
|
||||
<UColorModeButton />
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
|
||||
Reference in New Issue
Block a user