You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ For example in `v-draggable="draggableValue"` draggableValue can be an object co
83
83
* [initialPosition](#initialPosition)
84
84
* [stopDragging](#stopdragging)
85
85
* [boundingRect](#boundingrect)
86
-
87
-
86
+
* [boundingElement](#boundingElement)
87
+
* [boundingRectMargin](#boundingRectMargin)
88
88
#### handle
89
89
Type: `HtmlElement | Vue`<br>
90
90
Required: `false`<br>
@@ -99,8 +99,7 @@ Type: `Function`<br>
99
99
Required: `false`<br>
100
100
101
101
In some cases it is useful to know the coordinates of the element when it's been dragged.<br>
102
-
Passing a callback to `draggableValue` will achieve this goal and every time the element is being dragged the callback
103
-
will be executed with the current position as param.<br>
102
+
Passing a callback to `draggableValue` will achieve this goal and every time the element is being dragged the callback will be executed with 3 params: positionDiff, absolutePosition, event.<br>
0 commit comments