description
SortableJS supports using plugins to change some behavior, such as https://sortablejs.github.io/Sortable/#swap.
Indeed, the props of the VueDraggable and the options of the useDraggable both support setting the swap to enable the Swap plugin. However, the plugin isn't mounted.
expectation
A way to mount the plugins on demand. Or, if there will be no side effects, explicitly mount all the plugins in advance.
description
SortableJS supports using plugins to change some behavior, such as https://sortablejs.github.io/Sortable/#swap.
Indeed, the props of the
VueDraggableand theoptionsof theuseDraggableboth support setting theswapto enable theSwapplugin. However, the plugin isn't mounted.expectation
A way to mount the plugins on demand. Or, if there will be no side effects, explicitly mount all the plugins in advance.