mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
rewrite album view using @Akryum/vue-virtual-scroller
This commit is contained in:
committed by
Mungai Njoroge
parent
b3b7da701b
commit
9cde9d0aa4
@@ -48,8 +48,8 @@ interface ScrollerItem {
|
||||
|
||||
class songItem {
|
||||
id: string;
|
||||
component = SongItem;
|
||||
props: any;
|
||||
component = SongItem;
|
||||
|
||||
constructor(track: Track) {
|
||||
this.id = track.trackid;
|
||||
|
||||
Reference in New Issue
Block a user