Fixe cards space
This commit is contained in:
@@ -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-deleted="onContentDeleted"
|
||||
></content-card>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user