docs: remove useNuxtData release alert (#18488)

This commit is contained in:
Mahdi Boomeri 2023-01-24 22:41:05 +03:30 committed by GitHub
parent c552d1b420
commit b2e246a1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
`useNuxtData` gives you access to the current cached value of `useAsyncData`, `useLazyAsyncData`, `useFetch` and `useLazyFetch` with explicitly provided key. `useNuxtData` gives you access to the current cached value of `useAsyncData`, `useLazyAsyncData`, `useFetch` and `useLazyFetch` with explicitly provided key.
::Alert
This feature is not released yet. You can beta test using [Edge Channel](https://nuxt.com/docs/guide/going-further/edge-channel).
::
## Type ## Type
```ts ```ts