Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

undefined (reading 'header')

Open xx1196 opened this issue 2 years ago • 3 comments

Hi, i used this package, but i copy and paste the example but i have this error, Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'header') at getSlot (vuedraggable.js:59:24)

i used "vue": "^3.2.45", "vuedraggable": "^2.24.3"

Step by step scenario

image

Actual Solution

Expected Solution

xx1196 avatar Jan 12 '23 16:01 xx1196

vue.draggable.next is intended for and more compatible with Vue 3 although it seems that is not yet as feature rich and well documented.

petunmar avatar Jan 13 '23 16:01 petunmar

hello! any news on this one?

victorcngo avatar Mar 14 '23 22:03 victorcngo

If using Vue 3 the right package is: https://github.com/SortableJS/vue.draggable.next

ealbinu avatar Jun 12 '23 18:06 ealbinu