-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load dynamic data into vue-flickity and Firefox bug #40
Comments
I have same problem with you, but after i try the solution above, the error of " Cannot read property 'rerender' of undefined" was returned |
@jian11231 you must have a referer, see |
I'm not seeing any reactive updates to the slider contents. It works on page load but as soon as I update the content of the slider, the parent component node is empty.
|
@aghouseh the <div v-for="image in images" :key="image.id" class="QuickBuy-image">
<img :src="image" />
</div> |
|
Same here. Did you manage to find a fix? |
This is not a bug, but a solution after 2 days trying to fix this thing.
Using this component and axios, I retrieve data, use
v-for
and refresh vue-flickity but I had problems rebuilding the carousel. Also, getting that data and usingcreated ()
exploded in Firefox and coudn`t create the carousel.Solution:
The text was updated successfully, but these errors were encountered: