Vue.Draggable
Vue.Draggable copied to clipboard
Can I use different bloks inside draggable?
Can I use not a list but blocks with different contents inside? These can be blocks with several components or the component itself. How it is implemented in the example of Sortablejs
Of course, you can use
Of course, you can use also. If you want use with several component, try slot or v-if to show what you want to display.
v-if doesn't work, I get in trouble in the same way