export default { path: '/resources/users', meta: { requiresAuth: true }, name: 'users', component: () => import('../components/user/Layout.vue'), children: [ { name: 'UserGroupShow', //path: ':id', path: 'show', component: () => import('../views/usergroup/Show.vue') } ] };