Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Can I use different bloks inside draggable?

Open presetslrdev opened this issue 4 years ago • 2 comments

demo on codesandbox.io

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

presetslrdev avatar May 18 '21 18:05 presetslrdev

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.

jounger avatar Jul 26 '21 01:07 jounger

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

DoracisMu avatar Dec 28 '21 07:12 DoracisMu