pagina de listas

This commit is contained in:
2023-03-08 19:09:20 +01:00
parent e029307aac
commit a9a9124513
2 changed files with 36 additions and 6 deletions

View File

@@ -8,6 +8,11 @@ const routes = [
component: () => import("pages/ListasPage.vue"),
meta: { auth: true },
},
{
path: "perfil",
component: () => import("pages/IndexPage.vue"),
meta: { auth: true },
},
],
},
{