front login

This commit is contained in:
eithan
2020-08-13 23:38:34 -05:00
parent e08a7a0cb3
commit ed8b3618db
2 changed files with 45 additions and 2 deletions
+3 -2
View File
@@ -5,7 +5,8 @@ import difusion from "./view/difusion.vue";
export const routes = [
{ path: "/", component: home, name: "form" },
{ path: "/panelAdmin", component: login, name: "Login" },
{ path: "/login", component: login, name: "Login" },
{ path: "/desc", component: libroDescripcion, name: "LibroDesc" },
{ path: "/difusion", component: difusion, name: "difusion" }
{ path: "/difusion", component: difusion, name: "difusion" },
];