Cecio

Results 1 comments of Cecio

Guys.. for me its working with simply removing tag="transition-group" and using v-bind="dragOptions" ``` computed:{ dragOptions() { return { animation: 250, group: "people", disabled: false, ghostClass: "ghost" }; }, } ```...