Open BSBjorn opened 1 year ago
When trying to use this library in my Nuxt 3 app, I can't get it working. The video (Vimeo) is not loaded and gives me error: Uncaught (in promise) TypeError: can't access property "_c", t3._self is undefined
Uncaught (in promise) TypeError: can't access property "_c", t3._self is undefined
To Reproduce Create a vue component in Nuxt 3.
<div> <LazyVimeo :src="`https://player.vimeo.com/video/${id}`" /> </div> </template> <script setup> import { LazyVimeo } from "vue-lazytube"; const props = defineProps({ id: { type: String, required: true, }, }); </script>
Expected behavior Is that the video loads.
Was just looking at this - any thoughts/updates here? @BSBjorn did you end up with a solution? Wondering how much time I should spend on this!
Lmk! 🤝
Same here on Vue3
Any idea of when this issue will be addressed?
When trying to use this library in my Nuxt 3 app, I can't get it working. The video (Vimeo) is not loaded and gives me error:
Uncaught (in promise) TypeError: can't access property "_c", t3._self is undefined
To Reproduce Create a vue component in Nuxt 3.
Expected behavior Is that the video loads.