Mock fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-06 15:40:54 +01:00
parent 48648abda8
commit a0dd160fb7
4 changed files with 70 additions and 24 deletions

View File

@ -122,11 +122,10 @@ export const asyncRoutes = [
{
path: '/', // find
component: Layout,
redirect: '/index',
alwaysShow: false,
children: [
{
path: 'index',
path: '',
component: () => import('@/views/find/index'),
name: 'Personen finden',
meta: {
@ -139,6 +138,7 @@ export const asyncRoutes = [
},
{
path: '/dashboard',
redirect: '/index',
component: Layout,
children: [
{