inicio del proyecto

This commit is contained in:
2020-12-24 14:51:52 -06:00
commit 84d69d4152
20 changed files with 12322 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import home from "./views/home.vue";
export const routes = [
{ path: "/", component: home, name: "form" }
];