npm install vue-virtual-listDynamicHeight is broken atm.
npm install vue-virtual-listIf you have mixed heights on your rows then you need to specify h (Number) property on your object with the height.
{{item.name}}
`$3
| Name | Type | Default |
| ------------- |:-------------:| -----:|
| scroll | String | None, this prop is required can either be window or container. |
| scrollContainerHegiht | Number | Defaults to 500 and is only required if you use scroll container |
| dynamicHeight | Boolean | Defaults to true` this requires that you specify height on your objects. |