Closed CurryAyam closed 9 months ago
please ignore this issues.. the vue draggable package is the one that cause the problem! uninstall vue draggable problem gone
Ran into this same issue myself, essentially created because I have multiple sortable instances on the same page, and mounting the plugin will only work once; thus the secondary instances will not have multidrag initialised.
Wrapping it in a try
/catch
as per this thread helped us in our case.
Having issue with multiDrag i've added the plugins into boots (using quasar)
everything works perfectly. but when i enable the multiDrag, it throw below errors.. cannot figure out what's wrong with it