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

TypeError: $(..).clone is not a function #50

Closed sai-velamuri closed 3 years ago

sai-velamuri commented 3 years ago

Step by step scenario

Installed VueDraggable using npm i -S vuedraggable@next in Vue project version ^3.0

Created a new component.vue file and pasted the following example: Simple Draggable Component. I expected it to work right off of the bat but it didn't and threw the following error:

image