redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
768 stars 136 forks source link

How can I use it Nuxt3 app #517

Open devbipu opened 1 year ago

devbipu commented 1 year ago

Hi there, I'm working on Nuxt 3 application. I want to use this video player on my app. But I didn't get any documentation or resources to use this on Nuxt 3. How can I use this on Nuxt 3? Anyone can help?

redxtech commented 1 year ago

It should be the same, nuxt is nothing special.

devbipu commented 1 year ago

I've tried to use it as a custom module/plugin and it's working. But the problem is when the page load, it shows the default HTML 5 video player. After a few seconds, it's replaced the Plyr video player. How can I fix this issue? it's loads a few seconds later.

devbipu commented 1 year ago

It's working well when I'm using it as a client component. But how can use it in SSR mode?