I was struggling with some state synchronization issues with sortablejs-vue3 until I ran across this comment:
#23 (comment)
It didn't solve my issue, but it did tell me that there's a useSortable in @vueuse. Switching to that fixed this issue and a few others, too. If this repo isn't actively maintained, it might benefit other developers to put a link to useSortable in the README.
https://vueuse.org/integrations/useSortable/#usesortable
I was struggling with some state synchronization issues with sortablejs-vue3 until I ran across this comment:
#23 (comment)
It didn't solve my issue, but it did tell me that there's a
useSortablein@vueuse. Switching to that fixed this issue and a few others, too. If this repo isn't actively maintained, it might benefit other developers to put a link to useSortable in the README.https://vueuse.org/integrations/useSortable/#usesortable