[ROMM-3020] Fix split collection custom artowrk

This commit is contained in:
Georges-Antoine Assi
2026-02-15 17:15:37 -05:00
parent 79fde877d3
commit e386247227

View File

@@ -91,7 +91,7 @@ const secondCover = computed(() => memoizedCovers.value[1]);
</div>
</template>
<template v-else>
<div class="split-image first-image">
<div class="split-image">
<v-img cover :src="firstCover" :aspect-ratio="1 / 1">
<template #placeholder>
<Skeleton :aspect-ratio="1 / 1" type="image" />