mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add album explorer
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHistory } from "vue-router";
|
||||
import Home from "../views/Home.vue";
|
||||
import FolderView from "../views/FolderView.vue";
|
||||
import PlaylistView from "../views/PlaylistView.vue";
|
||||
import AlbumsExplorer from "../views/AlbumsExplorer.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -18,6 +19,11 @@ const routes = [
|
||||
path: "/playlist",
|
||||
name: "PlaylistView",
|
||||
component: PlaylistView,
|
||||
},
|
||||
{
|
||||
path: "/albums",
|
||||
name: "AlbumsExplorer",
|
||||
component: AlbumsExplorer,
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user