Fix GetContentsByCreator returning the same content multiple times
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
<v-infinite-scroll :items="contents"
|
<v-infinite-scroll :items="contents"
|
||||||
:onLoad="fetchContents">
|
:onLoad="fetchContents">
|
||||||
|
|
||||||
<template v-for="content in contents">
|
<template v-for="content in contents" :key="content">
|
||||||
<content-card :content="content"
|
<content-card :content="content"
|
||||||
class="w-full my-2"
|
class="my-1"
|
||||||
></content-card>
|
></content-card>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user