Fixe cards space
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
<v-infinite-scroll :items="contents"
|
<v-infinite-scroll :items="contents"
|
||||||
:onLoad="fetchContents">
|
:onLoad="fetchContents"
|
||||||
|
class="gap-2">
|
||||||
|
|
||||||
<template v-for="content in contents" :key="content">
|
<template v-for="content in contents" :key="content">
|
||||||
<content-card :content="content"
|
<content-card :content="content"
|
||||||
class="my-1"
|
|
||||||
@content-deleted="onContentDeleted"
|
@content-deleted="onContentDeleted"
|
||||||
></content-card>
|
></content-card>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user