mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
feat(store ui): 'no images' slide on image carousel
This commit is contained in:
@ -119,6 +119,11 @@
|
|||||||
:src="useObject(image)"
|
:src="useObject(image)"
|
||||||
/>
|
/>
|
||||||
</VueSlide>
|
</VueSlide>
|
||||||
|
<VueSlide v-if="game.mImageLibrary.length == 0">
|
||||||
|
<div class="h-48 lg:h-96 aspect-[1/2] flex items-center justify-center text-zinc-700 font-bold font-display">
|
||||||
|
No images
|
||||||
|
</div>
|
||||||
|
</VueSlide>
|
||||||
|
|
||||||
<template #addons>
|
<template #addons>
|
||||||
<VueNavigation />
|
<VueNavigation />
|
||||||
|
|||||||
Reference in New Issue
Block a user