Fixe cards space

This commit is contained in:
PascalMarchesseault
2024-08-17 01:03:11 -04:00
parent 2d8b39f614
commit 3b003fa1a1

View File

@@ -1,11 +1,11 @@
<template>
<v-infinite-scroll :items="contents"
:onLoad="fetchContents">
:onLoad="fetchContents"
class="gap-2">
<template v-for="content in contents" :key="content">
<content-card :content="content"
class="my-1"
<content-card :content="content"
@content-deleted="onContentDeleted"
></content-card>
</template>