staskjs/vue-slick

reSlick and dynamic property not working

Closed this issue · 1 comments

Issue

Following this advice I'm trying to add/remove slides on the go.

In my project, when adding slides everything is fine but when removing and calling reSlick, the array is updated, the reSlick function its called but the DOM of the slickjs component is not being modified.

Strangely enough, the demo i share has the inverse problem, the add function updates the array but is not updating the DOM, but the remove function does.

I hope you can help me with this.

Demo

https://codesandbox.io/s/mq1qzpk259

It seems its duplicated #52
This answer helped me