瀏覽代碼
Fix unbound image alt attribute
pull/390/head
Billiam
1 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: B5690EEEBB952194
共有
1 個檔案被更改,包括
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> |
|
|
|