This commit is contained in:
2020-12-24 16:45:42 -06:00
parent 84d69d4152
commit 8ea648b9f2
12 changed files with 67 additions and 139 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import home from "./views/home.vue";
import home from "./view/home.vue";
export const routes = [
{ path: "/", component: home, name: "form" }
];