Fix unbound image alt attribute

This commit is contained in:
Billiam
2024-10-04 21:38:33 -05:00
committed by Ji Qu
parent 044cb21589
commit aa77a35701

View File

@@ -31,7 +31,7 @@
<img :src="item.url"
@load="onPinImageLoaded(item.id)"
@click="openPreview(item)"
alt="item.description"
:alt="item.description"
:style="item.style"
class="pin-preview-image">
</div>