You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component does not load if there is a comment before <video>. Took me a while to figure out 😅
Example:
<vue-plyr><!-- this comment makes the component to not appear at all! --><videodata-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg"><!-- this one is OK --><sourcesize="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>
Hello,
The component does not load if there is a comment before
<video>
. Took me a while to figure out 😅Example:
https://codesandbox.io/s/vueplyr-comment-t37gdr?file=/src/App.vue
The text was updated successfully, but these errors were encountered: