Add alt text to UrlImageBlock

This commit is contained in:
Lorenz Padberg 2024-05-01 10:58:52 +02:00
parent a16d1c7716
commit 61bf30c3b8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:src="value.url" :src="value.url"
:srcset="srcset" :srcset="srcset"
class="image-block" class="image-block"
alt=""
@click="openFullscreen" @click="openFullscreen"
/> />
</template> </template>