fixed details info

This commit is contained in:
Zurdi
2024-02-06 01:50:46 +01:00
parent 3178b55259
commit 5b821d93a5

View File

@@ -12,7 +12,7 @@ const galleryFilter = storeGalleryFilter();
<template v-for="filter in galleryFilter.filters">
<v-row v-if="rom[filter].length > 0" class="align-center my-3" no-gutters>
<v-col cols="3" sm="3" md="2" xl="1">
<span>Genres</span>
<span>{{ filter.charAt(0).toUpperCase() + filter.slice(1) }}</span>
</v-col>
<v-col>
<v-chip v-for="value in rom[filter]" class="my-1 mr-2" label>