vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

v-app error after adding auth routes #30

Open ghost opened 6 years ago

ghost commented 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?