MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
364 stars 20 forks source link

'group' attribute not working #87

Closed rafaellehmkuhl closed 1 year ago

rafaellehmkuhl commented 1 year ago

I'm trying to share components between two lists, but using the group attribute (with the same string) does not appear to be working.

I've checked the library itself and I also can't find references to this attribute.

Is it possible to share items between two lists with sortablejs-vue3?

rafaellehmkuhl commented 1 year ago

Never mind. I was using group as an attribute, but it is in fact a key to be passed in the options attribute.