inicio del proyecto
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import home from "./views/home.vue";
|
||||
export const routes = [
|
||||
{ path: "/", component: home, name: "form" }
|
||||
];
|
||||
Reference in New Issue
Block a user