mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
388 B
388 B
title | description | links | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
useAppConfig | Access the reactive app config defined in the project. |
|
Usage
const appConfig = useAppConfig()
console.log(appConfig)
:read-more{to="/docs/guide/directory-structure/app-config"}