-
Notifications
You must be signed in to change notification settings - Fork 7
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
[WIP] Nuxt 2 support #15
Conversation
ToDo:
|
However, with it in its current state, the nuxt 2 playground runs and builds in SSR mode without crashing and most of the components hydrate correctly. DSD is not added but that will be solved by the above changes |
Today I replaced the Beyond that, I'm no longer sure that the current approach of wrapping components will work, and we should look at rendering hooks instead |
Closing this for now. We can revisit it later if we want to add the Nuxt2 support. |
Help nuxt2 |
Fixes #9
So far this is a refactor of the render code to split it for nuxt 2 and nuxt 3