mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +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:
@@ -3,7 +3,7 @@
|
||||
<div class="p-bg rounded">
|
||||
<div class="clip">
|
||||
<div class="scrollable">
|
||||
<SongList />
|
||||
<SongList :songs="songs"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="f-artists-p">
|
||||
@@ -24,7 +24,9 @@ export default {
|
||||
FeaturedArtists,
|
||||
},
|
||||
setup() {
|
||||
return {};
|
||||
return {
|
||||
songs: [],
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user