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
Yes i'm experiencing the same issue, as soon as my (store) items array changes the masonry wall collapse in to an error. Does looks very promising tho!
If a parent element passes in an entirely new array (props) the masonry wall does not redraw
In an implementation which isn't auto loading via append simply watching for items and redrawing is a workaround.
watch: {
items(){
this.redraw()
}
},
Perhaps an additional flag to indicate between the two types of updates items can experience?
The text was updated successfully, but these errors were encountered: