瀏覽代碼

Fix unbound image alt attribute

pull/390/head
Billiam 1 月之前
committed by GitHub
父節點
當前提交
23bcd2ede6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pinry-spa/src/components/Pins.vue

+ 1
- 1
pinry-spa/src/components/Pins.vue 查看文件

@@ -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>


Loading…
取消
儲存