Vuetify: [Bug Report] Unknown custom element: <v-list-tile>

Created on 23 Aug 2019  路  3Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.0.10
Last working version: 1.5.18
Vue Version: 2.5.17
Browsers: Chrome 76.0.3809.100
OS: Windows 10

Steps to reproduce

Migrating from 1.5 to 2.0.10 and now getting below error

app.js:48954 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> at resources/js/components/common/Header.vue
at resources/js/components/dashboard/Dashboard.vue
at resources/js/components/App.vue

Expected Behavior

Elements should be identified

Actual Behavior

Elements were getting detected earlier

Reproduction Link

https://codepen.io/ayushibshah/pen/mdbRqaP

layer 8 issue

Most helpful comment

All 3 comments

Why couldn't they simply just include alias's for the old component names??

It wouldn't bloat the library as tree-shaking would remove the unused components anyway right?

Alias's would remove the burden of renaming components from every single application... which seems like a good solution.

PS: Love the framework

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dohomi picture dohomi  路  3Comments

cawa-93 picture cawa-93  路  3Comments

smousa picture smousa  路  3Comments

ricardovanlaarhoven picture ricardovanlaarhoven  路  3Comments

sebastianmacias picture sebastianmacias  路  3Comments