mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-10 22:11:03 +00:00
@@ -57,5 +57,9 @@ document.addEventListener("alpine:init", () => {
|
||||
}
|
||||
this.loading = false;
|
||||
},
|
||||
|
||||
allPictures(): PictureSchema[] {
|
||||
return this.albums.flatMap((album: Album) => album.pictures);
|
||||
},
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user