-
Notifications
You must be signed in to change notification settings - Fork 22
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
vue 3 global api breaking changes #26
Comments
@ahmedh01, Thanks for creating the issue, I'll try to investigate how to support both |
Hi @andrewvasilchuk ! |
Please support for this plugin for Vue 3! |
For anyone ended up here who is just looking to optimize youtube embed videos, have a look at a vanilla js option that works in vue out of the box: https://github.com/paulirish/lite-youtube-embed usage: mycomponent.vue:
This library internally creates a custom |
looks like the new way of how the vue app is created and mounted via the global api introduced some breaking changes, making this unusable in vue 3 at the moment. reference: https://v3.vuejs.org/guide/migration/global-api.html#a-new-global-api-createapp
The text was updated successfully, but these errors were encountered: