Add srcset attribute to images

This commit is contained in:
Paul Nicoué 2023-03-03 15:28:20 +01:00
parent 8e4ddfd2c6
commit ab87a2f241
13 changed files with 20 additions and 8 deletions

View file

@ -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
});