<vue-plyr>
<!-- this comment makes the component to not appear at all! -->
<video data-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg">
<!-- this one is OK -->
<source
size="576"
src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4"
type="video/mp4"
>
<!-- this one is OK too -->
</video>
</vue-plyr>