-
Couldn't load subscription status.
- Fork 605
Closed
Labels
Description
I would like to do something like that:
<virtualList :size="50" :remain="20">
<draggable v-model="items" @start="drag=true" @end="drag=false">
<item v-for="(item, index) of items" :item="item" :key="item.id" :index="index"/>
</draggable>
</virtualList>how can i do that? help me plz
Leadaxe and MaheshB0ngani