feat(gallery): improve accessibility
This commit is contained in:
@@ -32,6 +32,8 @@ const getPlaceholder = (image: InternalApi["/api/gallery"]["get"][number]) => {
|
|||||||
fullscreen
|
fullscreen
|
||||||
:dismissible="false"
|
:dismissible="false"
|
||||||
:ui="{ body: 'bg-black p-0!', header: 'hidden' }"
|
:ui="{ body: 'bg-black p-0!', header: 'hidden' }"
|
||||||
|
title="Gallery carousel"
|
||||||
|
description="View all the images in a carousel"
|
||||||
@close:prevent="emit('close', currentIndex)"
|
@close:prevent="emit('close', currentIndex)"
|
||||||
>
|
>
|
||||||
<template #body>
|
<template #body>
|
||||||
|
|||||||
Reference in New Issue
Block a user