vue2-waterfall
vue2-waterfall copied to clipboard
Fix bug by get precise width
This property(HTMLElement.offsetWidth) will round the value to an integer. If you need a fractional value, use element.getBoundingClientRect().
@PLDaily