nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
268 stars 28 forks source link

fix: skip node for which definePageMeta does not exist #1223

Closed wattanx closed 1 month ago

wattanx commented 1 month ago

🔗 Linked issue

Fixes: https://github.com/nuxt/bridge/issues/1222

❓ Type of change

📚 Description

I expected to skip setup node that did not have definePageMeta, but I was not able to skip them, so I would like to fix that.

📝 Checklist