Nuxt/docs/content/1.docs/3.api/1.composables/use-app-config.md

257 B

useAppConfig

Access the reactive app config defined in the project.

Usage:

const appConfig = useAppConfig()

console.log(appConfig)

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