I have four draggable components: A、B、C and D
The data flow is A -> B , A ->C and A -> D
There are four different types of B C D but It can be formatted from A
Official Document Sample 'custom-clone' ,The data can be formatted after it leaves A
But I want the formatting time to be before the data goes into B, C, and D, because the data format of BCD is different and I have to format them separately ,what should I do?
use: Vue3.2 and vuedraggable: 4.1.0
I have four draggable components: A、B、C and D The data flow is A -> B , A ->C and A -> D There are four different types of B C D but It can be formatted from A Official Document Sample 'custom-clone' ,The data can be formatted after it leaves A But I want the formatting time to be before the data goes into B, C, and D, because the data format of BCD is different and I have to format them separately ,what should I do? use: Vue3.2 and vuedraggable: 4.1.0