Open kalitk0 opened 3 months ago
Hello @kalitk0.
The easiest way you can implement this is to use append. You can implement this in a variety of ways. If you are using an array to create the elements inside Flicking, you could also update the array.
In most cases, this should update the new Panels as normal, but if it doesn't work smoothly, you can provide us a demo and we'll check it out.
How to update or rebuild Flicking when adding or removing panels ?
In Vue2 I have an array with panel elements. How to update Flicking when array is changed? Is there an update method or something ?