style: automatic eslint fix

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2024-10-22 21:09:53 +02:00
parent 97d6aa5a40
commit 67d03099c0
6 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@
:class="shape"
class="elevation-2">
<div
class="d-flex justify-center align-center absolute-cover card-content">
class="d-flex align-center justify-center absolute-cover card-content">
<JSlot class="card-image">
<slot
name="image" />

View File

@ -10,10 +10,10 @@
:class="useResponsiveClasses('card-grid-container')">
<ItemCard
:item="item"
text
margin
overlay
link />
link
text
overlay />
</JVirtual>
<div
v-else

View File

@ -22,7 +22,7 @@
</div>
<div
v-if="item.Width && item.Height"
class="text-center text--secondary text-body-2">
class="text-center text-body-2 text--secondary">
{{ t('dimensions', { width: item.Width, height: item.Height }) }}
</div>
<VCardActions class="justify-center">

View File

@ -16,7 +16,7 @@
<RouterLink
v-else-if="itemLink && titleString"
data-swiper-parallax="-300"
class="link d-block text-h4 text-truncate text-sm-h3 text-sm-h2"
class="link d-block text-truncate text-h4 text-sm-h3 text-sm-h2"
:to="itemLink">
{{ titleString }}
</RouterLink>

View File

@ -2,7 +2,7 @@
<VContainer>
<VRow v-if="$slots.title">
<VCol>
<VRow class="mt-4 mx-0 mb-2 justify-space-between">
<VRow class="mt-4 mb-2 mx-0 justify-space-between">
<h2 class="text-h4">
<slot name="title" />
</h2>

View File

@ -7,8 +7,8 @@
app
color="transparent">
<LocaleSwitcher
top
elevated />
elevated
top />
</VFooter>
</template>