Open ghost opened 6 years ago
following the auth routes tutorial for the core nuxt project, I get the following error message:
Unknown custom element: <v-app> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
It seems something might be missing from the server.js implementation described there. How condition does vuetify expect here?
server.js
following the auth routes tutorial for the core nuxt project, I get the following error message:
Unknown custom element: <v-app> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
It seems something might be missing from the
server.js
implementation described there. How condition does vuetify expect here?