I want to make a list of draggable objects like the one on the left side of this image:

To do so I have modified Vue2InteractDraggable.vue to work with VueJs3 as you can see in this codesandbox, but I get a draggable list of one repeated component as you can see here:
Can you please tell me how can I solve this problem and parse this list of draggable objects properly? thanks in advance.

The solution in my case was to adapt the
Vue2InteractDraggable.vuecomponent to work withVue 3: