Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readonly props ın vue3 composition api #355

Open
XanXus96 opened this issue Feb 16, 2023 · 0 comments
Open

readonly props ın vue3 composition api #355

XanXus96 opened this issue Feb 16, 2023 · 0 comments

Comments

@XanXus96
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant