Implement content item component.

This commit is contained in:
Kavin
2022-11-01 12:12:54 +00:00
parent f5d4da7c2b
commit 1ec8480351
12 changed files with 142 additions and 91 deletions

View File

@@ -18,7 +18,7 @@
<hr />
<div class="video-grid">
<VideoItem :is-feed="true" v-for="video in videos" :key="video.url" :video="video" />
<VideoItem :is-feed="true" v-for="video in videos" :key="video.url" :item="video" />
</div>
</template>