docs: removing deprecated coming soon banner (#19817)

This commit is contained in:
Saeid Zareie 2023-03-20 12:55:09 +03:30 committed by GitHub
parent d04d598ceb
commit 67c786471f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,6 @@ export default defineAppConfig({
When adding `theme` to the `app.config`, Nuxt uses Vite or webpack to bundle the code. We can universally access `theme` both when server-rendering the page and in the browser using [useAppConfig](/docs/api/composables/use-app-config) composable.
::alert{type=info}
<!-- TODO: Remove banner when releasing Nuxt on stable channel -->
Support for accessing `useAppConfig()` in Nitro and `server` directory is [coming soon](https://github.com/nuxt/nuxt/pull/19489) and available on [edge-channel](https://nuxt.com/docs/guide/going-further/edge-channel).
::
```js
const appConfig = useAppConfig()