|
@ -34,7 +34,7 @@ |
|
|
@dragleave="handleDragLeave()" @dragstart.stop="startDragApp($event, item)" @click="handleClick(index)" |
|
|
@dragleave="handleDragLeave()" @dragstart.stop="startDragApp($event, item)" @click="handleClick(index)" |
|
|
@mousedown.stop :ref="(ref: any) => { |
|
|
@mousedown.stop :ref="(ref: any) => { |
|
|
if (ref) { |
|
|
if (ref) { |
|
|
appPositions[indeíx] = markRaw(ref as Element); |
|
|
appPositions[index] = markRaw(ref as Element); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
"> |
|
|
"> |
|
|