mhubis
Results
1
comments of
mhubis
> Avoid doing the this.galleryImages.push in favour of: > > this.galleryImages = res.map(item => { > return { > small: `/api/image/get/${img.imageid}/sm`, > medium: `/api/image/get/${img.imageid}/md`, > big: `/api/image/get/${img.imageid}` > }}); >...