vue-video icon indicating copy to clipboard operation
vue-video copied to clipboard

how can i use<video-player> to load more than one video?

Open JC-Guy opened this issue 6 years ago • 1 comments

i ve tried make 3 different json in sources but all only load the first one and that makes my page full of the same video ,how could i solve this like the title questioned?

JC-Guy avatar Sep 07 '18 06:09 JC-Guy

i ve tried make 3 different json in sources but all only load the first one and that makes my page full of the same video ,how could i solve this like the title questioned?

I think you can create an array of src, and use v-if to call video-player

ccharmai avatar Jan 21 '21 15:01 ccharmai