First time user of vue-virtual-scroller, trying to understand the basics. For a number of reasons, I have to use vue (ver 3) in a "browser only" setup, so no vue cli or any compile step at all. It sucks, but that's how it is.
Anyways, I'm trying to get a dead simple virtual scroller going in a single web page, and I thought I got it right, and it looks correct in the F12 dev tools, but it's veeeeeryyy sluuugggiiisshh... Which makes me think I'm missing something. Please look at this and tell me what I did wrong!
Describe the bug
First time user of vue-virtual-scroller, trying to understand the basics. For a number of reasons, I have to use vue (ver 3) in a "browser only" setup, so no vue cli or any compile step at all. It sucks, but that's how it is.
Anyways, I'm trying to get a dead simple virtual scroller going in a single web page, and I thought I got it right, and it looks correct in the F12 dev tools, but it's veeeeeryyy sluuugggiiisshh... Which makes me think I'm missing something. Please look at this and tell me what I did wrong!
Single page test:
Reproduction
Put the sample html/js code in a page and run it.
System Info
Used Package Manager
npm
Validations