mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
94f76ea930
Co-authored-by: Daniel Roe <daniel@roe.dev>
214 B
214 B
useAppConfig
::StabilityEdge ::
Access app config:
Usage:
const appConfig = useAppConfig()
console.log(appConfig)
::ReadMore{link="/guide/features/app-config"}