mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Add close button
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-dialog v-model="show">
|
<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
|
<v-carousel
|
||||||
:model-value="index"
|
:model-value="index"
|
||||||
:show-arrows="images.length > 1"
|
:show-arrows="images.length > 1"
|
||||||
hide-delimiters
|
|
||||||
class="ma-auto"
|
class="ma-auto"
|
||||||
:height="carouselHeight"
|
:height="carouselHeight"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user