We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7124863 + b42d334 commit 28be2a0Copy full SHA for 28be2a0
src/components/vue-drag-resize.html
@@ -3,7 +3,7 @@
3
@mousedown="bodyDown($event)"
4
@touchstart="bodyDown($event)"
5
@touchend="up($event)">
6
- <div :style="sizeStyle" class="content-container" ref="container2">
+ <div :style="sizeStyle" class="content-container" ref="container">
7
<slot></slot>
8
</div>
9
<div
@@ -14,4 +14,4 @@
14
@touchstart.stop.prevent="stickDown(stick, $event)"
15
:style="vdrStick(stick)">
16
17
-</div>
+</div>
0 commit comments