-
Notifications
You must be signed in to change notification settings - Fork 4
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 warn]: Failed to resolve component: FullPage #3
Comments
Hey @momo-mao |
I think I can't ignore this error, because when I used "useFetch", unfortunately, I got a "500 error" in my page,after removed “full-page” it's ok |
Can this be of any help for it? |
@JonathanSchndr Even though it's a warning as @momo-mao mentioned it prevents Nuxt from rendering.
It seems the Update: I've forked the project and it seem to run fine despite the |
Thank you for your detailed information. It is important that it is only executed on the client. I’ll look at the warning again in detail! |
@JonathanSchndr You can refer to how I solved this problem.
Next, I copy
Basically my problem is solved, but I'm still looking forward to the official solution. |
Hey @momo-mao, this is a completely correct way. You load FullPage via the official plugin interface. There is nothing against this use! The Nuxt module should make this easier of course, but your current "workaround" is definitely correct! |
thank you so much! the solution is great! |
Thanks so much for the tip, I was running into the same issue. I ran into another problem though: nuxt rc5 contains breaking changes:
Any idea where and how to fix this? |
@majinboo - I would have to investigate the error in detail first. Since plugins integration is used as a workaround here, this has nothing directly to do with the Nuxt module for now. I hope Nuxt 3 will leave beta soon and we can build on a stable version. Until then, it will always be possible that strange errors happen. |
Hey Jonathan, totally understand that. Just wanted to leave it here for information purposes. The fullpage module doesn't seem to work with Nuxt RC6 either. Let's hope they finalize Nuxt 3 soon :) |
@momo-mao Do you have a complete code example? |
Issues closed, initial topic is fixed. |
At first, I created a new project with "npx nuxi init nuxt-app",then installed “nuxt-fullpage” and added “@fullpage/nuxt-fullpage” to the modules section of nuxt.config.js
At last,I started the project,all the best,except,I got a warning:
Environment
The text was updated successfully, but these errors were encountered: