mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
major refactors
- remove jpgs - add new album header - remove duplicate components - display album bio on client - add a route loader module - change color scheme - other minor changes
This commit is contained in:
@@ -36,6 +36,8 @@ const prev = ref({
|
||||
const album_song_list = ref([]);
|
||||
const album_info = ref([]);
|
||||
const album_artists = ref([]);
|
||||
const album_bio = ref("");
|
||||
|
||||
const filters = ref([]);
|
||||
|
||||
const magic_flag = ref(false);
|
||||
@@ -64,4 +66,5 @@ export default {
|
||||
album_song_list,
|
||||
album_info,
|
||||
album_artists,
|
||||
album_bio,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user