@@ -187,8 +187,8 @@
v-for="i in data.objects"
:key="i"
tabindex="0"
- aria-label=""
- aria-description=""
+ aria-label="Image"
+ :aria-description="tempArr[i-1]"
>
<img
:src="`/data/Exhibitions/${dataUrl}/objects${data.topImg}/objects${i}${data.imgLast}`"