when using a-la-carte components option, there are some missing components (VCard, VDialog, VTooltip), specified in the ./assets/app.js file, which is causing the [Vue warn]: Unknown custom element: <v-xxx> error since they are used in App.vue and WelcomeView.vue.
Hi again,
when using a-la-carte components option, there are some missing components (VCard, VDialog, VTooltip), specified in the
./assets/app.js
file, which is causing the[Vue warn]: Unknown custom element: <v-xxx>
error since they are used inApp.vue
andWelcomeView.vue
.Thanks!