Open DanielNetzeriAm opened 5 years ago
If you're interested in changing some of the props you can use watchers.
watchers: {
'cols': function () {
this.$nextTick(()=> {
this.recalculate();
});
},
}
This was typed on a phone so not 100% accurate but should get you there :+1:
At the moment i'm wrapping complex components in the masonary and I could use events to the grid, eg.
rendered()
,rerendered()
, etc...