mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
docs: removing deprecated coming soon banner (#19817)
This commit is contained in:
parent
d04d598ceb
commit
67c786471f
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user