Vuetifyjs error Unknown custom element: did you register the component correctly Vuetifyjs error Unknown custom element: did you register the component correctly vue.js vue.js

Vuetifyjs error Unknown custom element: did you register the component correctly


You have few issues in your code.

  1. You have to close tag in App.vue
  2. Fix typo App.vue line 6 "Dashboard"
  3. Remove footer-area from Dashboard.Vue (you don't have that component, yet ;) )