Nuxt/docs/5.api/1.composables/use-app-config.md
Sébastien Chopin cd7627d9ff chore: wip
2023-03-27 15:17:17 +02:00

262 B

useAppConfig

Access the reactive app config defined in the project.

Usage:

const appConfig = useAppConfig()

console.log(appConfig)

::ReadMore{link="/docs/guide/directory-structure/app-config"}