conflict-nuxt-4/app/plugins/system-theme.client.ts
2026-02-12 11:24:27 +03:30

6 lines
124 B
TypeScript
Executable File

export default defineNuxtPlugin(async () => {
const { applyTheme } = composSystemTheme();
await applyTheme();
});