feat: init profile page

This commit is contained in:
liyasthomas
2021-10-02 13:22:07 +05:30
parent ffb0c12c08
commit 93f55f5619
6 changed files with 149 additions and 126 deletions

View File

@@ -69,6 +69,12 @@
svg="user"
/>
</template>
<SmartItem
to="/profile"
svg="user"
:label="$t('navigation.profile')"
@click.native="$refs.user.tippy().hide()"
/>
<SmartItem
to="/settings"
svg="settings"