Ian Villanueva
Results
3
comments of
Ian Villanueva
Thanks for sharing. Using this for component
> > I'm not having this problem with Nuxt. I'm loading the carousel with nuxt.config: > > `plugins: [ { src: '~/plugins/vue-carousel.js', ssr: false } ],` > > In vue-carousel.js:...
My bad, solution above add in nuxt config and adding as plugin actually works. I just forgot to remove import at the vue file that uses the carousel.