fix(settings): hide profile when not login
This commit is contained in:
parent
81869df4bd
commit
7380609c93
4 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,7 @@ const isRootPath = computedEager(() => route.name === 'settings')
|
|||
</template>
|
||||
<div xl:w-97 lg:w-78 w-full>
|
||||
<SettingsNavItem
|
||||
v-if="currentUser"
|
||||
command
|
||||
icon="i-ri:user-line"
|
||||
:text="$t('settings.profile.label')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue