vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

[Bug Report] nuxt 1.4.1 fails to import Vuetify components like VSheet and VSparkline #85

Closed lokanathchandrareddy closed 5 years ago

lokanathchandrareddy commented 5 years ago

Versions and Environment

Vuetify: 1.4.3 Vue: 2.5.22 Browsers: Chrome 71.0.3578.98 OS: Mac OS 10.13.6

Steps to reproduce

When you use, and , it Does not work, it throws an error as -

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

found in

---> at src/pages/dashboard.vue

at src/layouts/default.vue ### Expected Behavior It should work like it is working with the examples on https://vuetifyjs.com/en/components/sparklines ### Actual Behavior It creates a sheet and sparkline ### Reproduction Link https://codepen.io/loki6251/pen/wNaWBE
lokanathchandrareddy commented 5 years ago

It is working now. In version, 1.3.16 these two components are not present but, it is present on 1.4.3. Even though I was using this version, I had reinstall using npm/yarn. The error basically means, there mentioned components are not existing in the node_modules hence it cannot be imported.