-
Notifications
You must be signed in to change notification settings - Fork 33
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
Not working on Nuxt 3 #33
Comments
Hello! Sorry for the delay on answering. Can this be related to our Vite 4 problem @websitevirtuoso ? |
Is there any update on this? Really wanted to use this instead of the original for the customizable autocomplete. Thank you. |
Same problem here duhh ): |
No updates yet guys, sorry ): Do you see any errors or something that could help us fix it? edit: the |
You can set it to transpile in nuxt.config
|
Hi, I am a Nuxt 3 user as well. Error I got after I followed all the steps in the documentation: Workaround:
And so far I think I can use most of the components, hope this helps. (Looking for dev who pro in Nuxt 3 though) |
@NathanAP Is there a ticket for the vite 4 problem? I was running into I fixed it by changing the format of the import in my EDIT: Actually this fixed the error above, but the components themselves fail to resolve. |
Please help, I'm supper new to Vue and Nuxt 3.
I'm currently using @fawmi/vue-google-maps and since lack of support, I want to use this library. But, I'm getting an error when using it on Nuxt 3.
I also got this error on
@fawmi/vue-google-maps
but at least I have these work around by pinning this version"@fawmi/vue-google-maps": "0.9.72",
I'm not getting error but I only see white screen,
Also, based on Nuxt 3 Plugins Directory Guide, I placed my plugin in
/plugins
not/plugin
opposed to the example in this docs for Nuxt 3.Thanks in advance.
The text was updated successfully, but these errors were encountered: