Using @nuxtjs/color-mode module to control theme

This commit is contained in:
Rafi
2023-02-12 18:22:08 +08:00
parent 42c9864487
commit 91ca495f20
4 changed files with 42 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.2.0",
"material-design-icons-iconfont": "^6.7.0",
"nuxt": "^3.1.2"
},