redxtech / vue-plyr

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

`v-if` not working with plyr. #514

Open kenyonbowers opened 1 year ago

kenyonbowers commented 1 year ago

So, I have this code, `

        </vue-plyr>`

And I have a button that toggles the globalVideoState. When I click, and the globalVideoState is changed to VideoPlayerState.playing, it loads like it should. However, when I click it again two more times (so I toggle it to open again) it doesn't show. Idk what is going on.