anish2690 / vue-draggable-next

Vue 3 drag-and-drop component
https://vue-draggable-next.vercel.app
MIT License
504 stars 44 forks source link

How do you use Vuex with a nested structure? #43

Closed awulkan closed 1 year ago

awulkan commented 1 year ago

The documentation says that you should use v-model with Vuex, but you're not allowed to use v-model on props passed down to nested components. How do we work around that limitation?

anish2690 commented 1 year ago

For such complex case, You can listen for @change event from VueDraggableNext

image