nuxt-modules / color-mode

Dark and Light mode with auto detection made easy with Nuxt 🌗
https://color-mode.nuxtjs.org
MIT License
1.11k stars 112 forks source link

fix: color mode in server #159

Closed Luferov closed 2 years ago

Luferov commented 2 years ago

When using ssr it cannot get colorMode from options

Closes #158.

Luferov commented 2 years ago

@Atinux thank you!