Add close button

This commit is contained in:
2023-04-29 14:27:04 +02:00
parent 3f2284a17f
commit bccd82fcf9

View File

@@ -1,9 +1,15 @@
<template>
<v-dialog v-model="show">
<v-btn
position="absolute"
location="top right"
icon="mdi-close"
@click.prevent="show = false"
style="z-index: 5000;"
></v-btn>
<v-carousel
:model-value="index"
:show-arrows="images.length > 1"
hide-delimiters
class="ma-auto"
:height="carouselHeight"
>