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:
Step by step scenario
Installed VueDraggable using
npm i -S vuedraggable@next
in Vue project version ^3.0Created 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: