93gaurav93 / v-owl-carousel

🦉 VueJS wrapper for Owl Carousel
MIT License
44 stars 25 forks source link

not able to use two owl-carousel in one page with different setting #7

Closed mysoc11 closed 5 years ago

mysoc11 commented 5 years ago

i have a problem with using two carousel in the same page both with a different setting

like

'<carousel :autoplay="true" :items='6' :nav="false" :margin='30' >  
  <img :src='"asset.ind1.png"'>
  <img :src='"asset.ind1.png"'>
<img :src='"asset.ind1.png"'><img :src='"asset.ind1.png"'>
</carousel>`

and two

'<carousel :autoplay="true" :items='2' :nav="false" :margin='40' >  
  <img :src='"asset.ind1.png"'>
  <img :src='"asset.ind1.png"'>
<img :src='"asset.ind1.png"'><img :src='"asset.ind1.png"'>
</carousel>`

but take only frist carousel setting for borth carousel

93gaurav93 commented 5 years ago

@mysoc11 Fixed! :tada: