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

@@ -32,7 +32,7 @@
<VideoItem
v-for="(video, index) in playlist.relatedStreams"
:key="video.url"
:video="video"
:item="video"
:index="index"
:playlist-id="$route.query.list"
:admin="admin"