vue-masonry-css
vue-masonry-css copied to clipboard
Child component width
I am not sure if this is a masonry issue but running
mounted: function() { console.log(this.$el.clientWidth); }
in a masonry child component is reporting widths larger than the column width. Seems to be a firefox issue and not an issue with chrome based browsers.