mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fixed details info
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user