arrglo routes
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ import Registro_4 from './components/registro_4.vue';
|
||||
import Registro_5 from './components/registro_5.vue';
|
||||
import Menu from './components/menu.vue';
|
||||
export const routes = [
|
||||
{ path: '/', component: Menu, name: 'menu' },
|
||||
{ path: '/login', component: Login, name: 'login' },
|
||||
{ path: '/menu', component: Menu, name: 'menu' },
|
||||
{ path: '/', component: Login, name: 'login' },
|
||||
{ path: '/registro_1', component: Registro_1, name: 'registro_1' },
|
||||
{ path: '/registro_2', component: Registro_2, name: 'registro_2' },
|
||||
{ path: '/registro_3', component: Registro_3, name: 'registro_3' },
|
||||
|
||||
Reference in New Issue
Block a user