I doubt that this is implemented, but I would like to know if there is any possibility to add 2 or more vue-draggable-resizables and make them have 1 common parent as a constraint.
I tried to naively implement a simple addition, but it turns out that each subsequent element is a child of the previous one.
In this example, I want to <div style="position: relative; height: 400px; border: 1px solid blue; margin: 1em;"> was a parent for everyone vue-draggable-resizable.
I doubt that this is implemented, but I would like to know if there is any possibility to add 2 or more vue-draggable-resizables and make them have 1 common parent as a constraint. I tried to naively implement a simple addition, but it turns out that each subsequent element is a child of the previous one.
In this example, I want to
<div style="position: relative; height: 400px; border: 1px solid blue; margin: 1em;">
was a parent for everyone vue-draggable-resizable.