fix: persist theme mode across refresh

This commit is contained in:
Tim
2025-08-08 15:41:02 +08:00
parent af9028190d
commit 26622a4ad2

View File

@@ -0,0 +1,7 @@
import { defineNuxtPlugin } from '#app'
import { initTheme } from '~/utils/theme'
export default defineNuxtPlugin(() => {
initTheme()
})