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

Is this module compatible with nuxt 3?

Open gramadaioan98 opened this issue 2 years ago • 2 comments

I tried to add this module but I don't think it is compatible with nuxt3 because I got this error:

TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a Symbol.iterator method.

Is there a way to add this module on nuxt3?

gramadaioan98 avatar Nov 10 '22 13:11 gramadaioan98

No, Nuxt 3 uses Vue 3. This package uses Vue 2, so you should try the newer one vue.draggable.next

I cannot guarantee that vue.draggable.next will work for you, but chances are definitely higher.

waruyama avatar Nov 14 '22 10:11 waruyama

@waruyama Yes, this package works. vue-draggable-next

gramadaioan98 avatar Nov 14 '22 11:11 gramadaioan98