-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Runing with Nuxt - Missing Jquery? #90
Comments
I also get a warning: <src-path>/plugins/vimeo-player.js
2:8 warning Using exported name 'vueVimeoPlayer' as identifier for default export import/no-named-as-default I fixed it changing the import in plugin to: import { vueVimeoPlayer } from 'vue-vimeo-player' Not sure if it's right since I'm still having the jquery problem above. |
I had this on my nuxt.config.js
I removed this code and it seems to work now |
There is no jQuery dependency in this package. |
At least no one ever complained or had to install it. Very odd. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've followed the instructions for using vue-vimeo-player with nuxt but it seems it still misses something related to JQuery:
On console I get this:
and on browser I get this message:
Is there any best practice to fix it?
Probably it should be added to the docs.
The text was updated successfully, but these errors were encountered: