1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-03 23:04:20 +00:00
Nuxt/docs/content/3.api/1.composables/use-app-config.md
Clément Ollivier 944bba97ca
docs: update structure ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00

205 B

useAppConfig

Access app config:

Usage:

const appConfig = useAppConfig()

console.log(appConfig)

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