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

Not working with Nuxt3 #29

Open
BSBjorn opened this issue Jun 15, 2023 · 4 comments
Open

Not working with Nuxt3 #29

BSBjorn opened this issue Jun 15, 2023 · 4 comments

Comments

@BSBjorn
Copy link

BSBjorn commented Jun 15, 2023

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.

  <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.

@tsavo-at-pieces
Copy link

tsavo-at-pieces commented Jul 13, 2023

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! 🤝

@mednisrihards
Copy link

Same here on Vue3

@robmontesinos
Copy link

Any idea of when this issue will be addressed?

@Lefthandmedia
Copy link

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

5 participants