mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add header to album view
This commit is contained in:
@@ -2,7 +2,10 @@ 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";
|
||||
import AlbumView from "../views/AlbumView.vue";
|
||||
|
||||
import ArtistsExplorer from "../views/ArtistsExplorer.vue";
|
||||
|
||||
const routes = [
|
||||
@@ -26,6 +29,11 @@ const routes = [
|
||||
name: "AlbumsExplorer",
|
||||
component: AlbumsExplorer,
|
||||
},
|
||||
{
|
||||
path: "/albums/:id",
|
||||
name: "AlbumView",
|
||||
component: AlbumView,
|
||||
},
|
||||
{
|
||||
path: "/artists",
|
||||
name: "ArtistsExplorer",
|
||||
|
||||
Reference in New Issue
Block a user