mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-06 17:07:29 +08:00
搜索
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user