advanced image management 2
This commit is contained in:
@@ -176,18 +176,18 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<main v-else class="main-container -mt-10">
|
||||
<div class="bg-white rounded-3xl shadow-xl p-12 text-center text-gray-400">
|
||||
{{ error || t('catalogShow.loading') }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<ImageLightbox
|
||||
:images="softwareImages"
|
||||
:is-open="lightboxOpen"
|
||||
:start-index="lightboxStartIndex"
|
||||
@close="lightboxOpen = false"
|
||||
/>
|
||||
|
||||
<main v-else class="main-container -mt-10">
|
||||
<div class="bg-white rounded-3xl shadow-xl p-12 text-center text-gray-400">
|
||||
{{ error || t('catalogShow.loading') }}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user