mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
try an experimental search page redesign
This commit is contained in:
committed by
Mungai Njoroge
parent
20151afcf5
commit
460695fd87
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user