You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered: