xjccc

Results 32 comments of xjccc

I think maybe like this? ``` experimental: { defaults: { useAsyncData: { value: { message: 'hello nuxt' }, }, }, }, ``` ```ts const { data } = useAsyncData('nuxt-playground', ()...

I don't know if `customPageMeta` will be more, and if this needs to disable all `customPageMeta` in `definePageMeta`? ``` definePageMeta({ customPageMeta: false }) ```