1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Nuxt/docs/3.api/1.composables/use-app-config.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory ()
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01: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"}