feat: logged in users exports
This commit is contained in:
parent
b1109c2ceb
commit
45d1a9a2bd
5 changed files with 113 additions and 1 deletions
|
@ -43,6 +43,12 @@ const isRootPath = computedEager(() => route.name === 'settings')
|
|||
:text="$t('settings.preferences.label')"
|
||||
to="/settings/preferences"
|
||||
/>
|
||||
<SettingsNavItem
|
||||
command
|
||||
icon="i-ri-group-line"
|
||||
:text="$t('settings.users.label')"
|
||||
to="/settings/users"
|
||||
/>
|
||||
<SettingsNavItem
|
||||
command
|
||||
icon="i-ri:information-line"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue