mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
94f76ea930
Co-authored-by: Daniel Roe <daniel@roe.dev>
17 lines
214 B
Markdown
17 lines
214 B
Markdown
# `useAppConfig`
|
|
|
|
::StabilityEdge
|
|
::
|
|
|
|
Access [app config](/guide/features/app-config):
|
|
|
|
**Usage:**
|
|
|
|
```js
|
|
const appConfig = useAppConfig()
|
|
|
|
console.log(appConfig)
|
|
```
|
|
|
|
::ReadMore{link="/guide/features/app-config"}
|