You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
I do plan to come back and work on this a bit more. I want to make the transition between the two libraries/frameworks to be more seamless and work better with their respective newer features. I began working on an update that would do that, but life has been difficult since I took this on, so naturally this project fell to the wayside a bit.
I'll be keeping a closer eye on this project and updating the issues and PRs with the latest progress. I'm sorta wondering if pushing this package to a new major release would be beneficial (major because of the amount of changes that will likely be necessary).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey so it seems like later stages of Vue use
createApp
overimport Vue from "vue"
Which makes the usage of this Plugin different. I tried the following code in a new project with Vite.js with no luck
The error is "Cannot read properties of undefined (reading 'constructor')"
Any ideas on what's wrong?
The text was updated successfully, but these errors were encountered: