0.34.0
- BREAKING CHANGE: The slot props of Vue virtualizers was changed from
data: any
todata: { item: any, index: number }
What's Changed
Full Changelog: 0.33.7...0.34.0
data: any
to data: { item: any, index: number }
Full Changelog: 0.33.7...0.34.0