vuetifyjs / nuxt

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

Can not add any UI component #51

Closed begueradj closed 6 years ago

begueradj commented 6 years ago

This template functions correctly, however when I try to add a <Bagde /> UI componenent to the default.vue inside the <v-toolbar /> component, I am getting this error:

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

In fact, this happens whenever I want to add a UI component (UI component API). What am I missing here?

begueradj commented 6 years ago

I got an answer: that is because I installed the template with a-la-carte option on. Billal Begueradj