4👍
I finally found the solution to the problem!
You need to replace this line
app.component("draggable", VueDraggableNext);
with this line
app.component("draggable", VueDraggableNext["VueDraggableNext"]);
Source:stackexchange.com
4👍
I finally found the solution to the problem!
You need to replace this line
app.component("draggable", VueDraggableNext);
with this line
app.component("draggable", VueDraggableNext["VueDraggableNext"]);