This commit is contained in:
algerkong
2021-07-26 17:47:15 +08:00
parent 68aedda1c2
commit be721628d0
8 changed files with 783 additions and 20 deletions
+5
View File
@@ -6,6 +6,11 @@ const layoutRouter = [
name: "home",
component: () => import("@/views/home/index.vue"),
},
{
path: "/search",
name: "search",
component: () => import("@/views/search/index.vue"),
},
];
const routes = [