-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey,
Maybe I'm just reading into something wrong for the package but I can't seem to expose either the video or player refs to my parent component.
Version
@nuxtjs/cloudinary 2.4.3
nuxt: 3.8.2
Reproduction Link
https://cloudinary.nuxtjs.org/components/cldvideoplayer
const myVideoRef = ref(); ...
<CldVideoPlayer :videoRef="myVideoRef" ... />
https://stackblitz.com/edit/github-8vtd1k?file=.stackblitz%2Fapp.vue
Steps to reproduce
- Copy the example code provided at https://cloudinary.nuxtjs.org/components/cldvideoplayer . Look at the value of myVideoRef
What is Expected?
That the ref should be populated with the reference to the video element.
What is actually happening?
The ref is not populated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working