mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor changes to the albums explorer
This commit is contained in:
@@ -3,6 +3,7 @@ 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 ArtistsExplorer from "../views/ArtistsExplorer.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -24,6 +25,11 @@ const routes = [
|
||||
path: "/albums",
|
||||
name: "AlbumsExplorer",
|
||||
component: AlbumsExplorer,
|
||||
},
|
||||
{
|
||||
path: "/artists",
|
||||
name: "ArtistsExplorer",
|
||||
component: ArtistsExplorer,
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user