|
|
|
|
@ -2,12 +2,12 @@ export default { |
|
|
|
|
path: '/social', |
|
|
|
|
meta: {requiresAuth: true}, |
|
|
|
|
name: 'Social', |
|
|
|
|
component: () => import('../views/social/Layout.vue'), |
|
|
|
|
component: () => import('../views/social/SocialLayout.vue'), |
|
|
|
|
children: [ |
|
|
|
|
{ |
|
|
|
|
name: 'SocialWall', |
|
|
|
|
path: '', |
|
|
|
|
component: () => import('../views/social/Wall.vue') |
|
|
|
|
component: () => import('../views/social/SocialWall.vue') |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|