sortablejs-vue3
sortablejs-vue3 copied to clipboard
Issues using with TransistionGroup
Great package. Thanks for your work. I'm having trouble using it with Vue3's Transition Group (https://vuejs.org/guide/built-ins/transition-group.html).
Using <Sortable> inside <transition-group> renders the sortable list inside a wrapper which breaks transistion-group. Specifying tag="transition-group" renders the tag but none of the transition-group functionality.
Am I missing something? Is there a work around?
Have created a fiddle. https://stackblitz.com/edit/vitejs-vite-jycoxf?file=src/App.vue