First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
Step by step scenario
When I use the plugin to package in esm format,The packaging result will contain import require$$0, { ... } from "vue";
Vue3x has no default export,This will cause a runtime error
Actual Solution
Expected Solution
not error