mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.34k stars 560 forks source link

When there are too many internal DOM elements, dragging is very stuck, how to solve this problem #291

Open lxdora opened 3 years ago

lxdora commented 3 years ago

I am using micro frontend for development, Each draggable element contains an entire application, This causes the drag to be very stuck. Is there a way to solve the problem?