vue-masonry-css icon indicating copy to clipboard operation
vue-masonry-css copied to clipboard

Child component width

Open sleep9 opened this issue 4 years ago • 0 comments

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.

sleep9 avatar Sep 24 '21 02:09 sleep9