nuxt-modules/color-mode

Integration with Bootstrap v5.3 Color Modes

NumanNaseerNomi opened this issue · 1 comments

I believe this will work by adding:
export default defineNuxtConfig({ modules: ['@nuxtjs/color-mode'], colorMode: { dataValue: 'bs-theme' } })