cambiada index por listas
This commit is contained in:
@@ -5,7 +5,7 @@ const routes = [
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
component: () => import("pages/IndexPage.vue"),
|
||||
component: () => import("pages/ListasPage.vue"),
|
||||
meta: { auth: true },
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user