-
Notifications
You must be signed in to change notification settings - Fork 114
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
Plans on Updgrading to Vue3 #68
Comments
I do not think I am going to do it any time soon. |
Okay thanks! I'll work on it. |
import { h } from 'vue' |
@dugudongfangshuo can you create a pull request or post working diff, please? |
Hello I cannot make it work with VueJS 3 despite the change @dugudongfangshuo wrote.
but when I insert the av on the vue file I don't get the player with the component and if I use the tag with the I get the player but the component below does not appear. |
Please, try new version 2.3.0 which is compatible with vue3 |
I have integrated
I assume the error is related to this issue 🤔 Perhaps I need to add something along @mpapado3 added to the component? If this is the case, it would be good if it could be described accordingly in the README. The visualizations look wonderful, looking forward to integrate them! |
I just upgraded my project into Vue3. But I got an error for this package. I realized that there are some breaking changes on the Global API of Vue2.
Any plans on updating to Vue3?
The text was updated successfully, but these errors were encountered: