diff --git a/src/components/PlaylistVideos.vue b/src/components/PlaylistVideos.vue index 67da19f1..8aa992ea 100644 --- a/src/components/PlaylistVideos.vue +++ b/src/components/PlaylistVideos.vue @@ -1,15 +1,59 @@ @@ -18,7 +62,7 @@ import { nextTick } from "vue"; import VideoItem from "./VideoItem.vue"; export default { - components: { VideoItem }, + components: {}, props: { playlist: { type: Object,