rewrite album view using @Akryum/vue-virtual-scroller

This commit is contained in:
geoffrey45
2022-10-08 14:01:52 +03:00
committed by Mungai Njoroge
parent b3b7da701b
commit 9cde9d0aa4
5 changed files with 97 additions and 26 deletions
+1 -1
View File
@@ -48,8 +48,8 @@ interface ScrollerItem {
class songItem {
id: string;
component = SongItem;
props: any;
component = SongItem;
constructor(track: Track) {
this.id = track.trackid;