vue-resizable
vue-resizable copied to clipboard
How to reset back to original position after resize?
Suppose I'm resizing a component and when resize:end in some condition I need to restore back where it was previously.
You can save box size on start. Then set saved values back.