I am trying to do the same transition effect as in this fiddle:
https://jsfiddle.net/dede89/m2v0orcn/
I can't understand why it's not working in my fiddle:
https://jsfiddle.net/z91kkeLt/3/
+1
there is no tranistion classes in your fiddle
In fact your draggable component is not using nor a :list nor a v-model binding
At first, I used :list and v-show and it worked well, But changed v-show to :class then transition is gone. Like this,
:list="emp.children"
Most helpful comment
+1