We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I put in main.js:
import $ from 'jquery'
This made jquery work, but in a certain function of mine I'm having the following error:
Cannot read property 'document' of undefined
The error is in this part of the jquery code:
if ( !w.document ) { throw new Error( "jQuery requires a window with a document" );
How to solve this? I need to make jQuery work with Vuejs normally!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I put in main.js:
This made jquery work, but in a certain function of mine I'm having the following error:
The error is in this part of the jquery code:
How to solve this?
I need to make jQuery work with Vuejs normally!
The text was updated successfully, but these errors were encountered: