Creacion del proyecto

This commit is contained in:
2020-08-03 18:43:23 -05:00
commit a36b8684b2
17 changed files with 11804 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import Form from "./components/home.vue";
import Login from "./components/login.vue";
export const routes = [
{ path: "/", component: Form, name: "form" },
{ path: "/panelAdmin", component: Login, name: "Login" }
];