-
Notifications
You must be signed in to change notification settings - Fork 112
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
Nuxt 3 only #173
Comments
@atinux For your planned refactoring: Could you consider bringing back cookie storage, so that we know the user preference during SSR? This is useful to set the correct Also, there is an issue for a while related to the typings, which destroys Nuxt DX. I hope it can be fixed by only using Nuxt 3 syntax. #138 |
E.g. you have theme-color blue for dark mode and white for light mode. |
I see @P4sca1, are you using a node.js server to run your Nuxt app? The hard thing is to find a solution that works for all the deployment modes (hybrid for instance) |
Yes, I am using a Node.js server to deploy my app. I agree that for some deployments, cookies are not an option. So maybe the storage backend could be configurable in some way. |
Any updates? |
@cdwmhcc as soon as I get some time for it. |
But PR welcome ❤️🔥 |
I want to take the opportunity to simplify the code base and make it nuxt 3 only with some breaking changes:
classSuffix
will be''
by defaultThat's it for now 😃
The text was updated successfully, but these errors were encountered: