mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
449 B
449 B
title | description | links | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
useAppConfig | Access the reactive app config defined in the project. |
|
:read-more{to="/docs/guide/directory-structure/app-config"}
Usage
const appConfig = useAppConfig()
console.log(appConfig)
:read-more{to="/docs/guide/directory-structure/app-config"}