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