Nuxt/docs/content/3.api/1.composables/use-app-config.md
pooya parsa 94f76ea930
feat(nuxt): app.config with hmr and reactivity support (#6333)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00

214 B

useAppConfig

::StabilityEdge ::

Access app config:

Usage:

const appConfig = useAppConfig()

console.log(appConfig)

::ReadMore{link="/guide/features/app-config"}