I'm new in Vuetify and Vue.js.
I try to make v-card layout but failed.
Be honest i copy paste this code :
https://github.com/vuetifyjs/vuetifyjs.com/blob/master/src/examples/layouts/centered.vue
And when i run i get error :
vue.runtime.esm.js?2b0e:587 [Vue warn]: Unknown custom element: <v-card> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Login> at src/views/Login.vue
<VApp>
<App> at src/App.vue
<Root>
I already install vuetify but still error. Any solution ?
Updated :
If i import the vuetify, i get another error : import of entire module vuetify not allowed due to preventFullImport setting