ui: improve account switcher

This commit is contained in:
Anthony Fu 2022-11-30 15:30:17 +08:00
parent b150d6d65e
commit 9ee51a5831
5 changed files with 20 additions and 17 deletions

View file

@ -21,7 +21,7 @@ defineProps<{
</div>
<div flex items-center>
<slot name="actions" />
<NavUser v-if="isSmallScreen" />
<NavUser v-if="isMediumScreen" />
</div>
</div>
<slot name="header" />