-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm getting the error: [Vue warn]: Error in setup: "TypeError: Cannot read properties of undefined (reading 'length')". But the options array I'm passing is valid and i haven't read the length property anywhere.
It was working initially, but after i generated new js bundle it stopped working. I'm on Vue 2.7.16
I have also installed the @vue/composition-api package during initial setup.
This is the import I'm using
import VList from '@virtual-list/vue/vue2'
Code:
<VList
ref="list"
:items="options"
:first-render="10"
item-key="index"
class="scroller"
>
</Vlist>
Metadata
Metadata
Assignees
Labels
No labels