Agregado userindex

This commit is contained in:
Daniel Cortés
2019-06-16 22:09:40 -04:00
parent f024cb509e
commit ab1a9701c0
3 changed files with 45 additions and 0 deletions

5
resources/js/app.js vendored
View File

@@ -20,6 +20,11 @@ const router = new VueRouter({
name: 'hello',
component: Hello,
},
{
path: '/users',
name: 'users.index',
component: UsersIndex,
},
],
});