File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default defineNuxtConfig({
1313 colorMode: {
1414 preference: ' system' , // default value of $colorMode.preference
1515 fallback: ' light' , // fallback value if not system preference found
16- hid: ' nuxt-color-mode-script' ,
1716 globalName: ' __NUXT_COLOR_MODE__' ,
1817 componentName: ' ColorScheme' ,
1918 classPrefix: ' ' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import type { ColorModeStorage } from './runtime/types'
1111const DEFAULTS : ModuleOptions = {
1212 preference : 'system' ,
1313 fallback : 'light' ,
14- hid : 'nuxt-color-mode-script' ,
1514 globalName : '__NUXT_COLOR_MODE__' ,
1615 componentName : 'ColorScheme' ,
1716 classPrefix : '' ,
@@ -94,10 +93,6 @@ export interface ModuleOptions {
9493 * @default `light`
9594 */
9695 fallback : string
97- /**
98- * @default `nuxt-color-mode-script`
99- */
100- hid : string
10196 /**
10297 * @default `__NUXT_COLOR_MODE__`
10398 */
You can’t perform that action at this time.
0 commit comments