#How do you access meta data on page components in nuxt3

2 messages · Page 1 of 1 (latest)

wraith ocean
#

In nuxt2 i would use $route.meta, would prefer to not rewrite everything if that is possible.

export default {
  meta: {
    auth: {...}
  }
}
wraith ocean
#

Follow up here, if i am required to rewrite everything to definePageMeta, will this work with functions?