Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Not working no nuxt? only vue? #66

Open
mobi35 opened this issue May 7, 2021 · 2 comments
Open

Not working no nuxt? only vue? #66

mobi35 opened this issue May 7, 2021 · 2 comments

Comments

@mobi35
Copy link

mobi35 commented May 7, 2021

<template>
  <ProductCarousel :images="images">
    Sidebar content here
  </ProductCarousel>
</template>

<script>
import ProductCarousel from 'vue-product-carousel'
export default {
  components: {
    ProductCarousel
  },
  data () {
    return {
      images: [
        'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg',
        'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg',
        'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg'
      ]
    }
  }
}
</script>

<style>

</style>

Hi guys. I'm using the latest version of nuxt. The carousel is not appearing.. I already tried adding the plugins in my nuxt.config.js.. What should I do ?

@majormittens
Copy link

majormittens commented Aug 14, 2021

Doesn't work in Vue 2.6.10 for me either. You can try rebuilding the library yourself and debugging if you think it's worth the effort.

@probil
Copy link
Owner

probil commented Aug 14, 2021

Nuxt is not supported unfortunately, but it should just for vue 2.x.

This demo is build on Vue 2 and it works fine as you see: https://vue-product-carousel.netlify.app/

@majormittens could you provide me with the code for Vue 2 where it's not working?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants