UNPKG

@nuxtjs/color-mode

Version:

Dark and Light mode for Nuxt with auto detection

7 lines (6 loc) 201 B
import { script } from "#color-mode-options"; export default (function(nitro) { nitro.hooks.hook("render:html", (htmlContext) => { htmlContext.head.push(`<script>${script}<\/script>`); }); });