Sébastien Chopin
Sébastien Chopin
It might be possible, but still a bit early to say.
Cannot you apply the transition using CSS directly?
I am using a transition for the example and does not have any issue: https://codesandbox.io/s/github/nuxt-community/color-mode-module?file=/example/assets/main.css:657-693 You can create a plugin `colorMode.client.js` and use `$colorMode.watch` if you want advanced usage: ```js...
@iamahuman do you mind opening a new PR or trying to solve these conflicts?
Hey @pich Thank you for your message, we are doing our best to update each module, but in the meantime you can always set up Vuetify without using the module,...
So far the module is working also on Nuxt 3. I would personally vote to have a branch for Nuxt 2 and another one for Nuxt 3 for simplicity.
The fallback strategy is pretty tricky to do actually @ricardoaguiar but is interesting. Do you have a reproduction to test?
Best way for Nuxt 2 is to use it without module if you hit an issue yes
Could you please upgrade to latest Nuxt 3 please?
A readme would be nice :)