Wlada / vue-carousel-3d

Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
MIT License
972 stars 203 forks source link

It dose not work when data fetched from server! #122

Open codegnewtmailcom opened 5 years ago

eanesparrago commented 5 years ago

My data is also fetched from the server. My issue was that the slides are initially invisible unless I make it rerender somehow (like resizing the browser/revisiting the route). I set the length of my array as key of the component and it works now..

<!-- I'm using a container component -->
<room-carousel :listData="roomList" :key="roomList.length"></room-carousel>
LongYue9608 commented 3 years ago

@eanesparrago After adding the attribute key, the problem is solved, which is very strange