This commit is contained in:
2020-10-06 22:05:01 -05:00
parent ae37b32845
commit 88b67420dc
+2 -2
View File
@@ -10,12 +10,12 @@ export default new Router({
mode: 'history',
routes: [
{
path: '/',
path: '/prestamos',
name: 'Prestamos',
component: Prestamos
},
{
path: '/login',
path: '/',
name: 'Login',
component: Login
},