plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

NuxtPage component has not been used. #122

Closed rizen closed 2 months ago

rizen commented 2 months ago

Getting this error in the console despite everything working. Need to at least configure it out if not switch to this mechanism.

Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.

rizen commented 2 months ago

Cannot replicate in ving repo, only happens in forked repos

rizen commented 2 months ago

Seems to have gone away after upgrade to Nuxt 3.11