becem-gharbi / nuxt-naiveui

Unofficial Naive UI module for Nuxt
https://nuxt-naiveui.bg.tn
MIT License
163 stars 20 forks source link

Error: 500 Cannot read properties of undefined (reading 'colorModePreferenceCookieName') #74

Closed chanthavong closed 5 months ago

chanthavong commented 5 months ago

image

version: 1.13

on Nuxt ^3.12.1

chanthavong commented 5 months ago

add config nuxt.config.ts

runtimeConfig: {
    public: {
      naiveui: {
        colorModePreferenceCookieName: 'userColorMode',
      },
    },
  },