vue-masonry-wall
vue-masonry-wall copied to clipboard
If props pass a new items array the wall falls with item not found
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?
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!