# In nuxt2 i would use $route.meta, would prefer to not rewrite everything if that is possible. export default { meta: { auth: {...} } }
# Follow up here, if i am required to rewrite everything to definePageMeta, will this work with functions?