vuetifyjs / webpack-ssr

Vuetify Webpack SSR Template
https://vuetifyjs.com/overview
62 stars 28 forks source link

Unknown custom element: VCard, VDialog, VTooltip #31

Closed tforssander closed 6 years ago

tforssander commented 6 years ago

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 in App.vue and WelcomeView.vue.

Thanks!

nekosaur commented 6 years ago

Fixed in 32020ed388d0a75112ffcf478938aef4ed0b5f5f. However as far as I could tell only VCard was missing.

tforssander commented 6 years ago

@nekosaur Ah, you're right, thanks you!