-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Does Nuxt fully support the latest Vue Functional Components? #2565
Comments
@pxwee5 try to add the current snippet to your nuxt.config.js and make sure you're not lazy loading them otherwise you'll encounter this #2841
|
@mouafa doesn't that have a side-effect of...not optimizing SSR for vue component files, including non-functional ones? |
@timwis I'm not sure, the documentation description says
But since we're generating a static site this might only affect the build time. |
Should work in the latest |
This bug-report has been fixed by @manniL.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As per topic. Because I tried
When I do a page refresh, I got this error
_vm._ssrNode is not a function
Not sure what I'm doing wrong. If someone could point me in the right direction it will be great.
The text was updated successfully, but these errors were encountered: