develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d6bebbcc70 - Show all commits

View File

@ -47,7 +47,7 @@ export default defineComponent({
<template>
<div ref="target" class="vertical-carousel-container" style="min-height: 100dvh">
<q-carousel navigation-position="right" style="min-height: 100dvh" v-model="slide" navigation autoplay infinite
animated v-if="!banners.length" class="custom-carousel">
animated v-if="!!banners.length" class="custom-carousel">
<q-carousel-slide v-for="(item, i) in banners[0]" :key="i" :name="item.longName" :img-src="item.url">
jsolis marked this conversation as resolved
Review

falta ;

falta ;
<div class="vertical-carousel-content">
<header class="carousel-content-header">