redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use it Nuxt3 app

devbipu opened this issue · comments

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?

It should be the same, nuxt is nothing special.

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.

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