Use this repo - https://github.com/nzxt/vue-nuxt.git
or
vue init vuetifyjs/nuxt w/o a-la-carte.npm i && npm run devlocalhost:3000/inspire page.Cannot read property 'unregister' of undefined[Vue warn]: Injection "carousel" not found
found in
---> <VCarouselItem>
<VCarousel>
<Pages\inspire.vue> at pages\inspire.vue
<Nuxt> at .nuxt\components\nuxt.vue
<VContent>
<VApp>
<Default> at layouts\default.vue
<Root>
If you remove v-carousel-item from v-carousel - Carousel shows on page and seems no errors in console.
Almost same thing happens with v-stepper component, console says:
Did you import 'v-stepper-items' correctly?
Where to dig in?
Same issue here.
Vuetify 0.17 requires a Vue version of at least 2.5. This may be the cause of your issue.
@johnleider Thanks, man! Updating 3 module dependencies to latest versions fixed the problem:
"vue": "^2.5.9",
"vue-server-renderer": "^2.5.9",
"vue-template-compiler": "^2.5.9",
The second one about v-stepper component was my fault. I switched to the previous version of proj, where we are using vuetifyjs 15.7 and there are no <v-stepper-items> tag yet.
p/s: <strong>Lovin' your frameworks, guys!</strong>
I am also experiencing the same issue with the carousel. My Vue version is '2.9.1' and vuetify version is "vuetify": "^0.17.3". Any help will really be appreciated.
That's not a valid Vue version, latest is 2.5.9
On Nov 30, 2017 7:10 AM, "fakhir-shad" notifications@github.com wrote:
I am also experiencing the same issue with the carousel. My Vue version is
'2.9.1' and vuetify version is "vuetify": "^0.17.3". Any help will really
be appreciated.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/nuxt/nuxt.js/issues/2283#issuecomment-348170699, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AIpOghq0Y-XvviCS1BeaT1GfFhJKEYjTks5s7psXgaJpZM4QvOE8
.
Problem persist...: with latest nuxt so long, 1.0.0-rc11, (vue 2.5.13):
https://github.com/nuxt/nuxt.js/blob/447b314a459943496d1e309a72e1758c49bc05ee/package.json
Unfortunately nuxt hasn't been updated in awhile and does not officially support the newer Vue versions.
As @nekosaur commented on https://github.com/vuetifyjs/vuetify/issues/2637#issuecomment-347858455, installing latest vue as a dependency, solves temporaryly the problem of optional injects using nuxt. Thanks for the amazing work to everyone.
Hi,
Im using the starter-template, eventually i added vuetify.
I think some components are not working properly.
TIA
@gomezmark, you can try either:
vuetifyjs/nuxt template or
@nuxtjs/vuetify module.
Elaborate a little bit more (adding a reproduction demo, if possible) on a different ticket, maybe (your point is not related to this issue).
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Unfortunately nuxt hasn't been updated in awhile and does not officially support the newer Vue versions.