mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add queue page
This commit is contained in:
@@ -12,6 +12,7 @@ import PlaylistList from "@/views/PlaylistList.vue";
|
||||
import PlaylistView from "@/views/playlist/index.vue";
|
||||
import SettingsView from "@/views/SettingsView.vue";
|
||||
import SearchView from "@/views/Search.vue";
|
||||
import QueueView from "@/views/QueueView.vue";
|
||||
|
||||
import { createRouter, createWebHashHistory } from "vue-router";
|
||||
|
||||
@@ -101,6 +102,11 @@ const routes = [
|
||||
name: "SearchView",
|
||||
component: SearchView,
|
||||
},
|
||||
{
|
||||
path: "/queue",
|
||||
name: "QueueView",
|
||||
component: QueueView,
|
||||
},
|
||||
{
|
||||
path: "/:pathMatch(.*)",
|
||||
component: () => import("../views/NotFound.vue"),
|
||||
|
||||
Reference in New Issue
Block a user