SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

When I use the draggable in JSX and I can't get the value passed by the scope slot #44

Open wujackjackLJJ opened 3 years ago

wujackjackLJJ commented 3 years ago

image

David-Desmaisons commented 3 years ago

Shouldn´t it be: v-slots={slots} ?

mlie-lh commented 3 years ago

try item: ({element}) => <p>{element.id}</p>