try an experimental search page redesign

This commit is contained in:
geoffrey45
2022-09-27 01:34:51 +03:00
committed by Mungai Njoroge
parent 20151afcf5
commit 460695fd87
11 changed files with 153 additions and 57 deletions
+2 -2
View File
@@ -81,9 +81,9 @@ const routes = [
component: () => import("@/views/SettingsView.vue"),
},
{
path: "/search",
path: "/search/:page",
name: "SearchView",
component: () => import("@/views/Search.vue"),
component: () => import("@/views/search/main.vue"),
},
{
path: "/queue",