We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c444 commit 55134fcCopy full SHA for 55134fc
packages/nuxt/test/page-metadata.test.ts
@@ -159,6 +159,7 @@ definePageMeta({ name: 'bar' })
159
"meta": {
160
"__nuxt_dynamic_meta_key": Set {
161
"redirect",
162
+ "meta",
163
},
164
165
}
@@ -284,6 +285,9 @@ definePageMeta({ name: 'bar' })
284
285
{
286
"alias": "/alias",
287
288
+ "__nuxt_dynamic_meta_key": Set {
289
290
+ },
291
"bar": true,
292
293
0 commit comments