pagina de listas
This commit is contained in:
@@ -8,6 +8,11 @@ const routes = [
|
||||
component: () => import("pages/ListasPage.vue"),
|
||||
meta: { auth: true },
|
||||
},
|
||||
{
|
||||
path: "perfil",
|
||||
component: () => import("pages/IndexPage.vue"),
|
||||
meta: { auth: true },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user