-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 is not defined' #426
Labels
wontfix
This will not be worked on
Comments
Downgrading to v4.0.0 has fixed this for now |
Ok same here |
This was referenced Sep 16, 2021
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same issue |
Closed
The same issue for me :-( |
+1 |
+1.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to use gridjs-vue produces the error 'Vue is not defined' in the browser console, and the app is prevented from rendering.
Following either the local or global component registration guide produces the same error.
My main.js before adding any gridjs-vue references, working fine:
After registering:
Then the app no longers renders and the following error is seen in the browser console:
If I just follow the local component registration and do something like this:
I still get the same 'Vue is not defined' error. I fail to see anything I'm doing wrong, other parts of my app work fine without throwing any errors.
I'm using Vue 2.6.14.
The text was updated successfully, but these errors were encountered: