feat(store ui): 'no images' slide on image carousel
This commit is contained in:
parent
9b12d4576c
commit
28baabc122
1 changed files with 5 additions and 0 deletions
|
|
@ -119,6 +119,11 @@
|
|||
:src="useObject(image)"
|
||||
/>
|
||||
</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>
|
||||
<VueNavigation />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue