Billiam
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|