Skip to content

Commit 6b4d3d0

Browse files
committed
Fixed merge issues
1 parent 3e84bcd commit 6b4d3d0

File tree

6 files changed

+19
-280
lines changed

6 files changed

+19
-280
lines changed

sandbox/App.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ const isDraggable = ref(true);
262262
const isMirrored = ref(false);
263263
const isResizable = ref(true);
264264
const isResponsive = ref(true);
265-
const marginLeftRight = ref(0);
266-
const marginTopBottom = ref(0);
265+
const marginLeftRight = ref(10);
266+
const marginTopBottom = ref(10);
267267
const maxRows = ref(10);
268268
const preserveAspectRatio = ref(false);
269269
const preventCollision = ref(false);

0 commit comments

Comments
 (0)