jambonn / vue-concise-carousel

Vue Concise Carousel with True SSR Written for Jambon

Home Page:https://jambonn.github.io/vue-concise-carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with Nuxt 3

autorunman22 opened this issue · comments

Plugin:

import { Carousel, Slide } from '@jambonn/vue-concise-carousel';
import '@jambonn/vue-concise-carousel/lib/vue-concise-carousel.css'

export default defineNuxtPlugin(nuxtApp => {
    nuxtApp.vueApp.component(Carousel)
    nuxtApp.vueApp.component(Slide)
})
image
commented

I have tried and it still works with Nuxt 3. You can refer to my demo at stackblitz

thanks. could be nuxt itself.

This actually doesn't seem to work so well with Nuxt 3. I've tried your minimal example in a component inside of my Nuxt project and it indeed throws the warnings mentioned above.

Bildschirmfoto 2023-07-23 um 15 18 16
commented

This actually doesn't seem to work so well with Nuxt 3. I've tried your minimal example in a component inside of my Nuxt project and it indeed throws the warnings mentioned above.

Bildschirmfoto 2023-07-23 um 15 18 16

Can you upload the code or demo somewhere?

It seems I can no longer reproduce the issue. Sorry for the confusion. 🙏🏻