Add srcset attribute to images
This commit is contained in:
parent
8e4ddfd2c6
commit
ab87a2f241
13 changed files with 20 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
class="project__image"
|
||||
:title="title"
|
||||
:url="url"
|
||||
:screenshot="screenshot"
|
||||
:image="image"
|
||||
/>
|
||||
<ProjectData
|
||||
class="project__data"
|
||||
|
@ -27,7 +27,7 @@
|
|||
defineProps({
|
||||
title: String,
|
||||
url: String,
|
||||
screenshot: String,
|
||||
image: Object,
|
||||
description: String,
|
||||
keywords: Array
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue