jiayi
jiayi
I had a similar issue and after some time, turns out I forgot to import the library's css ``` import 'vue-virtual-scroller/dist/vue-virtual-scroller.css' ``` After doing so, it works. Not sure if...
Awesome! I'll take this up then 🙂 @octokatherine could you assign this issue to me? Thanks!
Same problem here 😞
> FYI I have the same issue except with $setup.t, using script setup and vitest. The earliest working version is `v2.2.1`. I have the same issue with ``. I have...