frontend update

This commit is contained in:
carodej
2020-07-03 08:34:10 +02:00
parent 05bc598405
commit e1ebb70035
28 changed files with 1150 additions and 30 deletions

View File

@@ -27,7 +27,7 @@
import {events} from '@/bus'
export default {
name: 'MenuBar',
name: 'UserMobileNavigation',
components: {
MenuItemList,
UserHeadline,
@@ -64,7 +64,7 @@
{
icon: 'user',
title: this.$t('menu.settings'),
routeName: 'Profile',
routeName: 'UserProfileMobileMenu',
isVisible: true,
},
{