error al poner solo un !

This commit is contained in:
Jaume Solís 2024-04-04 17:56:11 +02:00
parent a929d27b73
commit d6bebbcc70
1 changed files with 1 additions and 1 deletions

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">
<div class="vertical-carousel-content">
<header class="carousel-content-header">