The size of the drag element in vue can not be controlled properly.

! [picture description]

dom

move the mouse to the periphery of the yellow background block, and then release the mouse, the event will not be cleared

Mar.16,2021

bind an onmouseout event handler at the same time


mouseup means that mouseup will be triggered on this element, and of course you haven't moved. This event requires you to manually add it to document or body in mousedown , and then add yourself to mouseup ().

Menu