mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
server: better structure album tracks endpoint
- client: add now-playing and recommendations to home right-sidebar
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
export default {
|
||||
setup() {
|
||||
const songs = [
|
||||
{
|
||||
title: "Imagine",
|
||||
artist: "John Lennon",
|
||||
},
|
||||
{
|
||||
title: "Mockingbird",
|
||||
artist: "Eminem",
|
||||
@@ -73,4 +77,4 @@ export default {
|
||||
.r-tracks .tracks .song-item .title {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user