mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: clarify that bridge supports definePageMeta (#23944)
This commit is contained in:
parent
6de4bcb75e
commit
d9f1354c09
@ -42,6 +42,7 @@ export default defineNuxtRouteMiddleware((to) => {
|
||||
Use of `defineNuxtRouteMiddleware` is not supported outside of the middleware directory.
|
||||
::
|
||||
|
||||
::callout{color="amber" icon="i-ph-warning-duotone"}
|
||||
Nuxt Bridge does not support `definePageMeta`.
|
||||
::callout
|
||||
You can also use [`definePageMeta`](https://nuxt.com/docs/api/utils/define-page-meta) in Nuxt Bridge.
|
||||
But only for `middleware` and `layout`.
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user