vue-grid-layout
vue-grid-layout copied to clipboard
GridItem element's height value seems not equal to (rowHeight * GridItem.h)
In my case, rowHeight
is 15 and GridItem props h
is 15, but the rendered element's height is 365px ? Normally it should be 15 * 15 = 225px
, right ?