You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-row> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-col> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-row> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-col> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-hover> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
lib.main.js:2916 [Vue warn]: Unknown custom element: <v-col> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
etc etc
Works perfectly if I remove the 'vuetify/lib': 'Vuetify' part, but then Vuetify is compiled in the bundle.
Should this be possible and if not could it be?
The text was updated successfully, but these errors were encountered:
Not sure if a bug or feature request but is it possible to use these renderers if Vuetify is not bundled in the build?
We have Vue 2.6.14 and Vuetify 2.6.0 already available to the page so are trying to set them as externals in webpack:
No errors in the build but console shows:
Works perfectly if I remove the
'vuetify/lib': 'Vuetify'
part, but then Vuetify is compiled in the bundle.Should this be possible and if not could it be?
The text was updated successfully, but these errors were encountered: