vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

readonly props ın vue3 composition api #355

Open XanXus96 opened 1 year ago

XanXus96 commented 1 year ago

I am trying to get the isMobile and isLive properties from the player but it doesnt seem to work. I tried binding thr player with a ref="player" and const player = ref(null) then when i try on player.value i only have getProvider canPlay and those types of functions without any props. I tried also to bind :isMobile="isMobile" in the Player tag but it doesn't work as well