Open karabuluthakan opened 6 years ago
I had a similar use case, where in there were 3 nested components each draggable/sortable. I made it work by providing a switch to remove the other two when using any one as a draggables/sortable component.
I used https://github.com/adamwathan/vue-shopify-sortable-demo as the base.
Hi, I am using Vuejs on the project and I am learning Vuejs just recently. There is a challenge to compare; 1- There are three separate components, each of them will be draggable in itself 2- These three components can be draggable in a single line at the same time
Would you please help me with this?