BKWLD / vue-ssr-carousel

A performance focused Vue carousel designed for SSR/SSG environments.
https://vue-ssr-carousel.netlify.app
MIT License
133 stars 16 forks source link

Nuxt 3 support #61

Open tiborpino opened 2 years ago

tiborpino commented 2 years ago

Trying to use it with Nuxt 3 and getting error index.js:1600 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'peekGutter')

weotch commented 2 years ago

I'm guessing I need to do this for Vue 3: https://stackoverflow.com/a/67445564/59160. Docs.

LynxTR commented 2 years ago

Any updates about this?

yesworld commented 2 years ago

Same problem :(

ErriourMe commented 2 years ago

@weotch We are waiting support of this amazing carousel for Nuxt 3 ;) Nuxt 3 is stable already in RC and will be released soon.

denisasJersovas commented 2 years ago

any news about it ? :)

DaDlugosch commented 1 year ago

Are you working on this? Because it doesn't work in Nuxt 3. I get an error message: Cannot read properties of undefined (reading 'nuxt') at _default (node_modules/vue-ssr-carousel/nuxt.js:5:8).

Thanks.

Everts-Pol commented 1 year ago

Let me know when this AMAZING vue carousel work with Nuxt 3 :)

johnnuman commented 1 year ago

Hi @weotch, excellent contribution. Can you please tell me if there are plans for Nuxt 3 support in near future?

There is already a fork https://github.com/DarkSupah/vue-ssr-carousel which seems to have taken care of major upgrade challenges. Perhaps it just needs your attention to polish up some rough edges and release.

weotch commented 1 year ago

Thanks for the suggestion on that PR @johnnuman, I was unaware of it! I've created #113 to review it.

jackbarham commented 1 year ago

Hey, I love the slider. Is there any news on Nuxt 3 compatibility? Thanks.

aleksandar-brkic commented 1 year ago

Also loving it, Nuxt 3 support is much needed. Any news?

paulvonber commented 1 year ago

Any updates for Nuxt3 ?

MarineLB commented 1 year ago

Hey @weotch ! Any news on nuxt3 support ? :) This module looks amazing !

muhammedshamil8 commented 10 months ago

any updates ..? i'm waiting for use on Nuxt3

DivineDemon commented 10 months ago

hi guys, the plugin still gives the "peekGutter" error when trying to use it with Nuxt 3. Any guides on how to use it with Nuxt 3 ?

ErriourMe commented 10 months ago

hi guys, the plugin still gives the "peekGutter" error when trying to use it with Nuxt 3. Any guides on how to use it with Nuxt 3 ?

This plugin still doesn't support Nuxt 3. You can try to use nuxt-swiper or wait any updates.